Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182067
b: refs/heads/master
c: 50549bd
h: refs/heads/master
i:
  182065: e88f19a
  182063: 2bc59f9
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Feb 27, 2010
1 parent 80e98ad commit 55ba490
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ae86a67326741b35339c548838f16cceaa77222
refs/heads/master: 50549bda2d47f419758dac9bc72e2b0eb9077d83
7 changes: 4 additions & 3 deletions trunk/arch/mips/loongson/common/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@

void __init prom_init_memory(void)
{
add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM);
add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM);

add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize <<
20), BOOT_MEM_RESERVED);

add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize <<
20), BOOT_MEM_RESERVED);
#ifdef CONFIG_CPU_SUPPORTS_ADDRWINCFG
{
int bit;
Expand Down

0 comments on commit 55ba490

Please sign in to comment.