2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/bspgetworkarea.c: Remove debug prints.
This commit is contained in:
Joel Sherrill
2008-12-02 22:49:17 +00:00
parent 50bac3ffbf
commit e23509c0d2
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspgetworkarea.c: Remove debug prints.
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspgetworkarea.c: Fix botched edit.

View File

@@ -74,11 +74,9 @@ void bsp_size_memory(void)
(_boot_multiboot_info.flags & 1) &&
_boot_multiboot_info.mem_upper ) {
bsp_mem_size = _boot_multiboot_info.mem_upper * 1024;
printk( "multiboot\n" );
}
if ( (uintptr_t) RamSize == (uintptr_t) 0xFFFFFFFF ) {
printk( "sizing\n" );
/*
* We have to dynamically size memory. Memory size can be anything
* between no less than 2M and 2048M.