Skip to content

Commit

Permalink
powerpc: Rename exception.h to exception-64s.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Herrenschmidt committed Aug 20, 2009
1 parent de4376c commit 8aa34ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions arch/powerpc/kernel/exceptions-64s.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
*
*/

#include <asm/exception-64s.h>

/*
* We layout physical memory as follows:
* 0x0000 - 0x00ff : Secondary processor spin code
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/iseries/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* as published by the Free Software Foundation; either 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 \
mfmsr r10; \
Expand Down

0 comments on commit 8aa34ab

Please sign in to comment.