• Richard Henderson's avatar
    [ALPHA] Fix compressed bootp. · 47f766a2
    Richard Henderson authored
    From Jay.Estabrook@hp.com.
    
    The bootstrap decompressor uses some libraries built for the kernel,   
    which include lib/lib.a and thus vsprintf.o, whose "vsnprintf"
    contains an unresolved reference to "printk".
    
    This is caused by Linus' changes to "vsnprintf" which will now issue a
    (printk) warning message under certain conditions.
    47f766a2
misc.c 5.22 KB