Import 2.3.18pre1
[davej-history.git] / include / asm-mips / mipsconfig.h
blob28d608c0739bfdf5966ab47465de8ba6139c5783
1 /*
2 * include/asm-mips/mipsconfig.h
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 1994, 1995, 1996, 1997 by Ralf Baechle
9 */
10 #ifndef __ASM_MIPS_MIPSCONFIG_H
11 #define __ASM_MIPS_MIPSCONFIG_H
13 /* Pgdir is 1 page mapped at 0xff800000. */
14 #define TLBMAP 0xff800000
16 /* The virtual address where we'll map the pgdir. */
17 #define TLB_ROOT 0xff000000
19 #endif /* __ASM_MIPS_MIPSCONFIG_H */