mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:51:00 +07:00
O2 doesn't have _that_ much RAM.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d8f5d86178
commit
1ba582a128
@ -36,8 +36,8 @@ void __init prom_meminit (void)
|
|||||||
if (base + size > (256 << 20))
|
if (base + size > (256 << 20))
|
||||||
base += CRIME_HI_MEM_BASE;
|
base += CRIME_HI_MEM_BASE;
|
||||||
|
|
||||||
printk("CRIME MC: bank %u base 0x%016lx size %luMB\n",
|
printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n",
|
||||||
bank, base, size);
|
bank, base, size >> 20);
|
||||||
add_memory_region (base, size, BOOT_MEM_RAM);
|
add_memory_region (base, size, BOOT_MEM_RAM);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user