]> Git Repo - linux.git/commit
[PATCH] ppc32: Factor out common exception code into macro's for 4xx/Book-E
authorKumar Gala <[email protected]>
Wed, 22 Jun 2005 00:15:27 +0000 (17:15 -0700)
committerLinus Torvalds <[email protected]>
Wed, 22 Jun 2005 01:46:25 +0000 (18:46 -0700)
commit1492ec8069ea6f82bc32df27cabbec72e554e2b8
tree09e52d150482a105a63dc4b71758a7aa99ecb28c
parent5be061eee931db2718feecaf10df17610386202b
[PATCH] ppc32: Factor out common exception code into macro's for 4xx/Book-E

4xx and Book-E PPC's have several exception levels.  The code to handle
each level is fairly regular.  Turning the code into macro's will ease the
handling of future exception levels (debug) in forth coming chips.

Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ppc/kernel/entry.S
arch/ppc/kernel/head_booke.h
This page took 0.05248 seconds and 4 git commands to generate.