diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-01-04 04:16:50 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:11 -0500 |
commit | 50549bda2d47f419758dac9bc72e2b0eb9077d83 (patch) | |
tree | 30b2ab8a5f0dd76940ee2ac2ad8af7c3d7029453 /arch/mips/loongson | |
parent | 1ae86a67326741b35339c548838f16cceaa77222 (diff) |
MIPS: Loongson: Fixup mem.c indentation
Replace whitespace by tabs.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: zhangfx@lemote.com
Patchwork: http://patchwork.linux-mips.org/patch/828/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson')
-rw-r--r-- | arch/mips/loongson/common/mem.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/loongson/common/mem.c b/arch/mips/loongson/common/mem.c index ceacd092b446..ec2f7964a0b0 100644 --- a/arch/mips/loongson/common/mem.c +++ b/arch/mips/loongson/common/mem.c | |||
@@ -16,10 +16,11 @@ | |||
16 | 16 | ||
17 | void __init prom_init_memory(void) | 17 | void __init prom_init_memory(void) |
18 | { | 18 | { |
19 | add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM); | 19 | add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM); |
20 | |||
21 | add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize << | ||
22 | 20), BOOT_MEM_RESERVED); | ||
20 | 23 | ||
21 | add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize << | ||
22 | 20), BOOT_MEM_RESERVED); | ||
23 | #ifdef CONFIG_CPU_SUPPORTS_ADDRWINCFG | 24 | #ifdef CONFIG_CPU_SUPPORTS_ADDRWINCFG |
24 | { | 25 | { |
25 | int bit; | 26 | int bit; |