X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffixmap.h;h=73a3028dd9f9785ad089f3556d8dbed5f766675d;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=6959bdb59310b096ec7797e0a31c78fde5aa9afc;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-mips/fixmap.h b/include/asm-mips/fixmap.h index 6959bdb59..73a3028dd 100644 --- a/include/asm-mips/fixmap.h +++ b/include/asm-mips/fixmap.h @@ -13,6 +13,7 @@ #ifndef _ASM_FIXMAP_H #define _ASM_FIXMAP_H +#include #include #ifdef CONFIG_HIGHMEM #include @@ -69,11 +70,7 @@ extern void __set_fixmap (enum fixed_addresses idx, * the start of the fixmap, and leave one page empty * at the top of mem.. */ -#if defined(CONFIG_CPU_TX39XX) || defined(CONFIG_CPU_TX49XX) -#define FIXADDR_TOP (0xff000000UL - 0x2000) -#else #define FIXADDR_TOP (0xffffe000UL) -#endif #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)