powerpc: Rearrange head_64.S to move interrupt handler code to the beginning
authorPaul Mackerras <paulus@samba.org>
Sat, 30 Aug 2008 01:39:26 +0000 (11:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 15 Sep 2008 18:08:06 +0000 (11:08 -0700)
This rearranges head_64.S so that we have all the first-level exception
prologs together starting at 0x100, followed by all the second-level
handlers that are invoked from the first-level prologs, followed by
other code.  This doesn't make any functional change but will make
following changes for relocatable kernel support easier.

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found