[POWERPC] Move the exception macros into a header file
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 22 Aug 2007 03:46:44 +0000 (13:46 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Aug 2007 06:48:35 +0000 (16:48 +1000)
It makes head_64.S a bit more readable and will allow us to move the
iSeries exceptions elsewhere.

This also removes the last line of the comment:

 * The following macros define the code that appears as
 * the prologue to each of the exception handlers.  They
 * are split into two parts to allow a single kernel binary
 * to be used for pSeries and iSeries.
 * LOL.  One day... - paulus

Anything is possible. :-)

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found