X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fmach-ip27%2Fspaces.h;h=45e61785ef420cd7e19c92a2ad8bcd1935a68621;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=e0cf74d3293716949424524712cb72fe2c17b8b0;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-mips/mach-ip27/spaces.h b/include/asm-mips/mach-ip27/spaces.h index e0cf74d32..45e61785e 100644 --- a/include/asm-mips/mach-ip27/spaces.h +++ b/include/asm-mips/mach-ip27/spaces.h @@ -7,8 +7,8 @@ * Copyright (C) 2000, 2002 Maciej W. Rozycki * Copyright (C) 1990, 1999 by Silicon Graphics, Inc. */ -#ifndef _ASM_MACH_SPACES_H -#define _ASM_MACH_SPACES_H +#ifndef _ASM_MACH_IP27_SPACES_H +#define _ASM_MACH_IP27_SPACES_H /* * IP27 uses the R10000's uncached attribute feature. Attribute 3 selects @@ -20,6 +20,7 @@ #define IO_BASE 0x9200000000000000 #define MSPEC_BASE 0x9400000000000000 #define UNCAC_BASE 0x9600000000000000 +#define MAP_BASE 0xc000000000000000 #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) #define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK)) @@ -31,4 +32,4 @@ #define HIGHMEM_START (~0UL) -#endif /* _ASM_MACH_SPACES_H */ +#endif /* _ASM_MACH_IP27_SPACES_H */