diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2007-07-19 08:04:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-20 13:57:40 -0400 |
commit | 941091024ef0f2f7e09eb81201d293ac18833cc8 (patch) | |
tree | 8a031f67f89d29649a151d3e5275bb8aae8de8a2 /include/asm-mips | |
parent | c55757b261038d17c729068fcdaef646a665385f (diff) |
[MIPS] User stack pointer randomisation
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index eba2e3da9abe..8d0b1cd4a45e 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h | |||
@@ -470,6 +470,6 @@ extern int stop_a_enabled; | |||
470 | */ | 470 | */ |
471 | #define __ARCH_WANT_UNLOCKED_CTXSW | 471 | #define __ARCH_WANT_UNLOCKED_CTXSW |
472 | 472 | ||
473 | #define arch_align_stack(x) (x) | 473 | extern unsigned long arch_align_stack(unsigned long sp); |
474 | 474 | ||
475 | #endif /* _ASM_SYSTEM_H */ | 475 | #endif /* _ASM_SYSTEM_H */ |