diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /include/asm-m68k/shmparam.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'include/asm-m68k/shmparam.h')
-rw-r--r-- | include/asm-m68k/shmparam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-m68k/shmparam.h b/include/asm-m68k/shmparam.h index d9e6a9e05..2b8640c17 100644 --- a/include/asm-m68k/shmparam.h +++ b/include/asm-m68k/shmparam.h @@ -2,8 +2,13 @@ #define _M68K_SHMPARAM_H /* address range for shared memory attaches if no address passed to shmat() */ +#ifndef CONFIG_SUN3 #define SHM_RANGE_START 0xC0000000 #define SHM_RANGE_END 0xD0000000 +#else +#define SHM_RANGE_START 0x0C000000 +#define SHM_RANGE_END 0x0D000000 +#endif /* * Format of a swap-entry for shared memory pages currently out in |