diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 09:46:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 09:46:30 +0000 |
commit | 4bc7e0ca8a72fd0e2ffc8397393a5792a03cc2d6 (patch) | |
tree | 2ecb5d5eb92a510f0ce4cee497014a7487b558ba /target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h | |
parent | 43a7635fcf7aebf499bca3e6edb05565d611c20d (diff) | |
download | upstream-4bc7e0ca8a72fd0e2ffc8397393a5792a03cc2d6.tar.gz upstream-4bc7e0ca8a72fd0e2ffc8397393a5792a03cc2d6.tar.bz2 upstream-4bc7e0ca8a72fd0e2ffc8397393a5792a03cc2d6.zip |
add ar7-2.6 fixes by Stefan Weil
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h')
-rw-r--r-- | target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h b/target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h index 4e082f824f..f4d1237925 100644 --- a/target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h +++ b/target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h @@ -19,8 +19,8 @@ * This handles the memory map. * We handle pages at KSEG0 for kernels with 32 bit address space. */ -#define PAGE_OFFSET 0x80000000UL -#define PHYS_OFFSET 0x14000000UL +#define PAGE_OFFSET 0x94000000UL +#define PHYS_OFFSET 0x14000000UL /* * Memory above this physical address will be considered highmem. |