From: Paul Mackerras Date: Sat, 30 Aug 2008 01:39:26 +0000 (+1000) Subject: powerpc: Rearrange head_64.S to move interrupt handler code to the beginning X-Git-Tag: v2.6.28-rc1~569^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a95516740c924675d52c472d7d170c62eab176c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed