From 53496b7cc9b2d8b12b2758f734238d00643ff972 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 May 2007 15:59:32 +0000 Subject: fix ar7 compile SVN-Revision: 7331 --- target/linux/ar7-2.6/files/include/asm-mips/ar7/spaces.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ar7-2.6/files/include') 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 367fe2d344..4e082f824f 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 @@ -10,7 +10,6 @@ #ifndef _ASM_AR7_SPACES_H #define _ASM_AR7_SPACES_H - #define CAC_BASE 0x80000000 #define IO_BASE 0xa0000000 #define UNCAC_BASE 0xa0000000 @@ -21,7 +20,7 @@ * We handle pages at KSEG0 for kernels with 32 bit address space. */ #define PAGE_OFFSET 0x80000000UL -#define ARCH_PFN_OFFSET (0x14000000 >> PAGE_SHIFT) +#define PHYS_OFFSET 0x14000000UL /* * Memory above this physical address will be considered highmem. -- cgit v1.2.3