OSDN Git Service

i386: Fix wrong CPU error message in early boot path
authorChristian Volkmann <haveaniceday@cv-sv.de>
Mon, 21 May 2007 12:31:48 +0000 (14:31 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 21 May 2007 16:56:57 +0000 (09:56 -0700)
commit4c1f59d8be7e5da75d9380da23671005b363c45c
treeae5370ca50c86aa16d0b20fdb30cbbbb8921e8ef
parentc12ceb766eb5ac975c1145d51236fcdcf81a6578
i386: Fix wrong CPU error message in early boot path

- boot/setup.S did not print "PANIC: CPU too old for this kernel"
  ( not visible, also the message did not match )
- I add "# missed before: set ds"
  => somebody should check if I am right with the way to set.
  => seems to be a generic error in setup.S not to set "ds" for error messages.

AK: extracted patch out of other changes
AK: also couldn't find any other case where ds is wrong
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/setup.S