powerpc: Rename exception.h to exception-64s.h

The file include/asm/exception.h contains definitions
that are specific to exception handling on 64-bit server
type processors.

This renames the file to exception-64s.h to reflect that
fact and avoid confusion.
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent de4376c2
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* *
*/ */
#include <asm/exception-64s.h>
/* /*
* We layout physical memory as follows: * We layout physical memory as follows:
* 0x0000 - 0x00ff : Secondary processor spin code * 0x0000 - 0x00ff : Secondary processor spin code
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <asm/thread_info.h> #include <asm/thread_info.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include <asm/page_64.h> #include <asm/page_64.h>
#include <asm/exception.h>
#include <asm/irqflags.h> #include <asm/irqflags.h>
/* The physical memory is layed out such that the secondary processor /* The physical memory is layed out such that the secondary processor
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
*/ */
#include <asm/exception.h> #include <asm/exception-64s.h>
#define EXCEPTION_PROLOG_ISERIES_1 \ #define EXCEPTION_PROLOG_ISERIES_1 \
mfmsr r10; \ mfmsr r10; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment