GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / include / asm / mach-loongson / mem.h
blob3b23ee8647d6dd443251b4757ea2fd0780002c4a
1 /*
2 * Copyright (C) 2009 Lemote, Inc.
3 * Author: Wu Zhangjin <wuzhangjin@gmail.com>
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 */
11 #ifndef __ASM_MACH_LOONGSON_MEM_H
12 #define __ASM_MACH_LOONGSON_MEM_H
15 * high memory space
17 * in loongson2e, starts from 512M
18 * in loongson2f, starts from 2G 256M
20 #ifdef CONFIG_CPU_LOONGSON2E
21 #define LOONGSON_HIGHMEM_START 0x20000000
22 #else
23 #define LOONGSON_HIGHMEM_START 0x90000000
24 #endif
27 * the peripheral registers(MMIO):
29 * On the Lemote Loongson 2e system, reside between 0x1000:0000 and 0x2000:0000.
30 * On the Lemote Loongson 2f system, reside between 0x1000:0000 and 0x8000:0000.
33 #define LOONGSON_MMIO_MEM_START 0x10000000
35 #ifdef CONFIG_CPU_LOONGSON2E
36 #define LOONGSON_MMIO_MEM_END 0x20000000
37 #else
38 #define LOONGSON_MMIO_MEM_END 0x80000000
39 #endif
41 #endif /* __ASM_MACH_LOONGSON_MEM_H */