[POWERPC] Move the exception macros into a header file
commitf9ff0f304833be9a6a605c84e24d630d5aef2230
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 22 Aug 2007 03:46:44 +0000 (22 13:46 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Aug 2007 06:48:35 +0000 (22 16:48 +1000)
treea4d8ca976c78a7b1d14536c220bd2e5b9ce91402
parentfc68e8699f1f987060ef817cff6a13a7cd7d4c8a
[POWERPC] Move the exception macros into a header file

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>
arch/powerpc/kernel/head_64.S
include/asm-powerpc/exception.h [new file with mode: 0644]