lkml.org 
[lkml]   [1996]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectBug in 1.3.93 and rd.c when compiling as module
Compiling the RAMDISK support as a module gives the error
rd.c:278: `rd_size' undeclared (first use this function)

rd_size is defined at line 97 of rd.c, but is only defined if NOT
compiling as a module

#ifndef MODULE
int rd_doload = 0; /* 1 = load ramdisk, 0 = don't load */
int rd_prompt = 1; /* 1 = prompt for ramdisk, 0 = don't
prompt */
int rd_image_start = 0; /* starting block # of image*/
int rd_size = 4096; /* Size of the ramdisks */
#ifdef CONFIG_BLK_DEV_INITRD unsigned long initrd_start,initrd_end; int
mount_initrd = 1; /* zero if initrd should not be mounted */
#endif
#endif

Graham

Ask not what you can do for your country,
but what your government is doing to you


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.994 / U:2.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site