commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / include / asm-mips / page-32.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 1994 - 1999, 2000, 03 Ralf Baechle
7  * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8  */
9 #ifndef _ASM_PAGE_32_H
10 #define _ASM_PAGE_32_H
11
12 #include <linux/config.h>
13
14 /*
15  * This handles the memory map.
16  * We handle pages at KSEG0 for kernels with 32 bit address space.
17  */
18 #define PAGE_OFFSET             0x80000000UL
19 #define UNCAC_BASE              0xa0000000UL
20
21 /*
22  * Memory above this physical address will be considered highmem.
23  */
24 #define HIGHMEM_START           0x20000000UL
25
26 #endif /* _ASM_PAGE_32_H */