diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-07-14 22:52:52 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-20 02:12:26 +0200 |
commit | 8aa34ab8b2dc96ca6c4feecfb87ed13f0d40ef98 (patch) | |
tree | 8e8a069460eaecaccfe784b0e6fe3b98e8d76448 /arch/powerpc/kernel/head_64.S | |
parent | powerpc: Preload application text segment instead of TASK_UNMAPPED_BASE (diff) | |
download | linux-8aa34ab8b2dc96ca6c4feecfb87ed13f0d40ef98.tar.xz linux-8aa34ab8b2dc96ca6c4feecfb87ed13f0d40ef98.zip |
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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 012505ebd9f9..9196ef36d433 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S @@ -36,7 +36,6 @@ #include <asm/thread_info.h> #include <asm/firmware.h> #include <asm/page_64.h> -#include <asm/exception.h> #include <asm/irqflags.h> /* The physical memory is layed out such that the secondary processor |