2.1.121 unresolved initmem_freed

Mike Black (mblack@csihq.com)
Thu, 10 Sep 1998 09:12:15 -0400


I got an unresolved symbol for initmem_free in fs.o on 2.1.121:

In fs/super.c:
#ifdef CONFIG_BLK_DEV_INITRD

extern int initmem_freed;

This used to be in fs/filesystems.c (2.1.120) but was removed.

In drivers/fbcon.c there used to be:
extern int initmem_freed;

But it was changed to
/* Only if not module */
int initmem_freed = 1;
struct fbcon_font_desc *font;
if (con != fg_console || initmem_freed || p->type == FB_TYPE_TEXT)
logo = 0;

So, it looks like logo is always set to 0 now.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html