[PATCH] x86_64: fix orphaned bits of timer init messages
authorChuck Ebbert <76306.1226@compuserve.com>
Sat, 25 Mar 2006 15:30:55 +0000 (16:30 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:56 +0000 (09:10 -0800)
commit5b922cd429675059f7a7798f7a0b3898c38dc070
tree247064f8a708c87429090597c83a0bb93fbb3fdf
parent2ab7f1833baf0f0a0ca9868ee21f8273e2858132
[PATCH] x86_64: fix orphaned bits of timer init messages

When x86_64 timer init messages were changed to use apic verbosity
levels, two messages were missed and one got the wrong level.  This
causes the last word of a suppressed message to print on a line by
itself.  Fix that so either the entire message prints or none of it
does.

Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/io_apic.c