* CONFIG_BLOCK_DEV_RAM in linuxppc_2_4_devel
@ 2002-06-28 15:10 Greg Allen
2002-06-28 15:17 ` Geert Uytterhoeven
0 siblings, 1 reply; 3+ messages in thread
From: Greg Allen @ 2002-06-28 15:10 UTC (permalink / raw)
To: linuxppc-dev
I just did a bk pull on my modified linuxppc_2_4_devel tree, and it
no longer compiles.
snippit from init/do_mounts.c, line 381
#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
static void __init change_floppy(char *fmt, ...)
{
The linker complains that this function should be present.
I have CONFIG_BLK_DEV_RAM turned on, and no floppy. I can't find any
other reference to CONFIG_BLOCK_DEV_RAM.
Is this simply a typo that never got tested without CONFIG_BLK_DEV_FD
turned off?
Could one of the maintainers fix this little problem?
Thanks,
-Greg
--
Gregory E. Allen, MSEE Engineering Scientist
Applied Research Laboratories: The University of Texas at Austin
Please help find my missing daughter: http://FindSabrina.org/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: CONFIG_BLOCK_DEV_RAM in linuxppc_2_4_devel
2002-06-28 15:10 CONFIG_BLOCK_DEV_RAM in linuxppc_2_4_devel Greg Allen
@ 2002-06-28 15:17 ` Geert Uytterhoeven
2002-06-28 17:41 ` Mark A. Greer
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2002-06-28 15:17 UTC (permalink / raw)
To: Greg Allen; +Cc: Linux/PPC Development
On Fri, 28 Jun 2002, Greg Allen wrote:
> I just did a bk pull on my modified linuxppc_2_4_devel tree, and it
> no longer compiles.
>
> snippit from init/do_mounts.c, line 381
>
> #if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
> static void __init change_floppy(char *fmt, ...)
> {
>
>
> The linker complains that this function should be present.
>
> I have CONFIG_BLK_DEV_RAM turned on, and no floppy. I can't find any
> other reference to CONFIG_BLOCK_DEV_RAM.
>
> Is this simply a typo that never got tested without CONFIG_BLK_DEV_FD
> turned off?
Must be CONFIG_BLK_DEV_RAM.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: CONFIG_BLOCK_DEV_RAM in linuxppc_2_4_devel
2002-06-28 15:17 ` Geert Uytterhoeven
@ 2002-06-28 17:41 ` Mark A. Greer
0 siblings, 0 replies; 3+ messages in thread
From: Mark A. Greer @ 2002-06-28 17:41 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Greg Allen, Linux/PPC Development
Geert Uytterhoeven wrote:
> On Fri, 28 Jun 2002, Greg Allen wrote:
> > I just did a bk pull on my modified linuxppc_2_4_devel tree, and it
> > no longer compiles.
> >
> > snippit from init/do_mounts.c, line 381
> >
> > #if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
> > static void __init change_floppy(char *fmt, ...)
> > {
> >
> >
> > The linker complains that this function should be present.
> >
> > I have CONFIG_BLK_DEV_RAM turned on, and no floppy. I can't find any
> > other reference to CONFIG_BLOCK_DEV_RAM.
> >
> > Is this simply a typo that never got tested without CONFIG_BLK_DEV_FD
> > turned off?
>
> Must be CONFIG_BLK_DEV_RAM.
I fixed it and pushed the changeset yesterday. Do another bk pull.
Mark
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-28 17:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-28 15:10 CONFIG_BLOCK_DEV_RAM in linuxppc_2_4_devel Greg Allen
2002-06-28 15:17 ` Geert Uytterhoeven
2002-06-28 17:41 ` Mark A. Greer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).