]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Enable early console for Ski simulator
authorPeter Chubb <peterc@chubb.wattle.id.au>
Tue, 21 Aug 2007 03:51:45 +0000 (13:51 +1000)
committerTony Luck <tony.luck@intel.com>
Sat, 1 Sep 2007 09:50:39 +0000 (02:50 -0700)
commit286e1d2aa5915204ee8b39533026796e498321ec
tree73a0577c8dd70825eaa41dc4527ab09432418166
parent929582f8016c3194a6246843110b01eecd8f55e3
[IA64] Enable early console for Ski simulator

This patch cleans up the `enable early console for SKI' patch
(2ebf041d3663351846d343d9c23dfb82fddfaaee), and
1. potentially allows the gensparse_defconfig to work again.
   (there are other problems running a generic kernel on Ski)
2. fixes the `console registered twice' problem.
3. Cleans up the code by moving the `extern hpsim_cons' declaration to
   a new asm/hpsim.h file.

Thanks to Jes for comments.

Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/sim/hpsim_console.c
arch/ia64/hp/sim/hpsim_setup.c
arch/ia64/kernel/setup.c
include/asm-ia64/hpsim.h [new file with mode: 0644]