Skip to content
Commit 9a955167 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

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: default avatarPaul Mackerras <paulus@samba.org>
parent cf00085d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment