diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-09-27 17:21:02 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 17:21:02 +0900 |
commit | e96636ccfa373a00a0ee0558e1971baa7856d8b5 (patch) | |
tree | c4f98b1c92f30f17c8c0d36419977789fe537aab /include/asm-sh/flat.h | |
parent | e7f93a355c7e32c26eab8910cf53b7506bb046c5 (diff) | |
download | linux-3.10-e96636ccfa373a00a0ee0558e1971baa7856d8b5.tar.gz linux-3.10-e96636ccfa373a00a0ee0558e1971baa7856d8b5.tar.bz2 linux-3.10-e96636ccfa373a00a0ee0558e1971baa7856d8b5.zip |
sh: Various nommu fixes.
This fixes up some of the various outstanding nommu bugs on
SH.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/flat.h')
-rw-r--r-- | include/asm-sh/flat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/flat.h b/include/asm-sh/flat.h index f29072e1c87..0d5cc04ab00 100644 --- a/include/asm-sh/flat.h +++ b/include/asm-sh/flat.h @@ -13,7 +13,7 @@ #define __ASM_SH_FLAT_H #define flat_stack_align(sp) /* nothing needed */ -#define flat_argvp_envp_on_stack() 1 +#define flat_argvp_envp_on_stack() 0 #define flat_old_ram_flag(flags) (flags) #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) #define flat_get_addr_from_rp(rp, relval, flags) get_unaligned(rp) |