powerpc: Remove second definition of STACK_FRAME_OVERHEAD
Since STACK_FRAME_OVERHEAD is defined in asm/ptrace.h and that is ASSEMBER safe, we can just include that instead of going via asm-offsets.h. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
0b97fee0ef
commit
46f5221049
14 changed files with 13 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
*/
|
||||
|
||||
#include <asm/exception-64s.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
||||
/*
|
||||
* We layout physical memory as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue