diff options
Diffstat (limited to 'arch/powerpc/include/asm/fixmap.h')
| -rw-r--r-- | arch/powerpc/include/asm/fixmap.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/fixmap.h b/arch/powerpc/include/asm/fixmap.h index d60fd18f428..f1f4e23a84e 100644 --- a/arch/powerpc/include/asm/fixmap.h +++ b/arch/powerpc/include/asm/fixmap.h @@ -14,8 +14,6 @@  #ifndef _ASM_FIXMAP_H  #define _ASM_FIXMAP_H -extern unsigned long FIXADDR_TOP; -  #ifndef __ASSEMBLY__  #include <linux/kernel.h>  #include <asm/page.h> @@ -24,6 +22,8 @@ extern unsigned long FIXADDR_TOP;  #include <asm/kmap_types.h>  #endif +#define FIXADDR_TOP	((unsigned long)(-PAGE_SIZE)) +  /*   * Here we define all the compile-time 'special' virtual   * addresses. The point is to have a constant address at  |