]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] SKI Simulator boot
authorIan Wienand <ianw@gelato.unsw.edu.au>
Wed, 21 Jun 2006 00:33:04 +0000 (10:33 +1000)
committerTony Luck <tony.luck@intel.com>
Wed, 21 Jun 2006 21:48:34 +0000 (14:48 -0700)
commit9ba89334552b96e2127dcafb1c46ce255ecf2667
tree9e94efa48696b0796720a9f9f042da51a6fa7fc8
parentf640f94ec4f39e8a4d91d58354d3e09b28769edf
[IA64] SKI Simulator boot

Sorry I didn't notice earlier, but that BUG_ON triggers for me on the
simulator.  AFAICS the mask for itv is set in cpu_init(), which comes
after sal_init().  Consequently on the simulator the itv still has its
start value of zero.  I've probably missed something, but I wonder why
at this stage of the boot you even need to save and restore the itv?

Signed-Off-By: Ian Wienand <ianw@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/sal.c