]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4e5e05826e2ebb407a764d2ffe4d8bd152284fe6
tree247064f8a708c87429090597c83a0bb93fbb3fdf
parent1d6235f3fa30c32b177d7848924e5806bf987ade
[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