X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fi386%2Fboot%2Ftables.c;h=d816e767500f1fb6cbbde5813f36153f3a7df816;hb=bcaea142f344389ed0c1857f53b7c8556a804c8d;hp=69e0539126faf81231e13058476af6ca76fd493c;hpb=9b5295f522fa08b84d222ba08f5801d8e812dbc6;p=coreboot.git diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c index 69e053912..d816e7675 100644 --- a/src/arch/i386/boot/tables.c +++ b/src/arch/i386/boot/tables.c @@ -214,7 +214,7 @@ struct lb_memory *write_tables(void) * it begin there during reboot time. We don't need the pointer, nor * the result right now. If it fails, ACPI resume will be disabled. */ - cbmem_add(CBMEM_ID_RESUME, 1024 * (1024-64)); + cbmem_add(CBMEM_ID_RESUME, HIGH_MEMORY_SAVE); #endif #if CONFIG_MULTIBOOT