+106
−97
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>