]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit9a95516740c924675d52c472d7d170c62eab176c
tree33e6a5435060526f9297076f4a6a6f442cd59847
parentcf00085d8045cddd80a8aabad97de96fa8131793
powerpc: Rearrange head_64.S to move interrupt handler code to the beginning

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>
arch/powerpc/kernel/head_64.S