]> git.neil.brown.name Git - history.git/commit
[ALPHA] Fix compressed bootp.
authorRichard Henderson <rth@kanga.twiddle.home>
Mon, 8 Mar 2004 05:23:07 +0000 (21:23 -0800)
committerRichard Henderson <rth@kanga.twiddle.home>
Mon, 8 Mar 2004 05:23:07 +0000 (21:23 -0800)
commit47f766a2c0228a4d98b11b515ba58f417de2de54
treeae9ae78cbacbfc939f3f5e167664239d77297f15
parent52d820cbbe839f0dcf111c17d4017fcb1f65bb93
[ALPHA] Fix compressed bootp.
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.
arch/alpha/boot/misc.c