diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-04 09:46:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-04 09:46:30 +0000 |
commit | 7fff341bb3866a3139a3edbe09c7c07ab9dd56e6 (patch) | |
tree | 2ecb5d5eb92a510f0ce4cee497014a7487b558ba /target/linux/ar7-2.6/files/include/asm-mips | |
parent | e799c14a2d24d7d6d4934f768a208915009e268a (diff) |
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')
-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. |