commit | 9a95516740c924675d52c472d7d170c62eab176c | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Aug 30 11:39:26 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Sep 15 11:08:06 2008 -0700 |
tree | 33e6a5435060526f9297076f4a6a6f442cd59847 | |
parent | cf00085d8045cddd80a8aabad97de96fa8131793 [diff] |
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>