diff options
author | Nicholas Piggin <[email protected]> | 2019-06-22 23:15:28 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2019-07-02 20:24:42 +1000 |
commit | a0502434bb02876d6c9b41d78a8db3a0b766f682 (patch) | |
tree | 532c3811afa60d18697e1e63755edd9224345afd /arch/powerpc/include/asm/exception-64s.h | |
parent | 12a04809905913859106ffae93572cc312017dda (diff) |
powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used
No generated code change.
Signed-off-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/include/asm/exception-64s.h')
-rw-r--r-- | arch/powerpc/include/asm/exception-64s.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/exception-64s.h b/arch/powerpc/include/asm/exception-64s.h index c28e2d2db926..3585e1d7e898 100644 --- a/arch/powerpc/include/asm/exception-64s.h +++ b/arch/powerpc/include/asm/exception-64s.h @@ -34,7 +34,6 @@ * exception handlers (including pSeries LPAR) and iSeries LPAR * implementations as possible. */ -#include <asm/head-64.h> #include <asm/feature-fixups.h> /* PACA save area offsets (exgen, exmc, etc) */ |