diff options
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r-- | arch/x86/kernel/head_64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S index a007454133a3..017216916dff 100644 --- a/arch/x86/kernel/head_64.S +++ b/arch/x86/kernel/head_64.S | |||
@@ -383,12 +383,12 @@ NEXT_PAGE(level2_ident_pgt) | |||
383 | 383 | ||
384 | NEXT_PAGE(level2_kernel_pgt) | 384 | NEXT_PAGE(level2_kernel_pgt) |
385 | /* | 385 | /* |
386 | * 128 MB kernel mapping. We spend a full page on this pagetable | 386 | * 512 MB kernel mapping. We spend a full page on this pagetable |
387 | * anyway. | 387 | * anyway. |
388 | * | 388 | * |
389 | * The kernel code+data+bss must not be bigger than that. | 389 | * The kernel code+data+bss must not be bigger than that. |
390 | * | 390 | * |
391 | * (NOTE: at +128MB starts the module area, see MODULES_VADDR. | 391 | * (NOTE: at +512MB starts the module area, see MODULES_VADDR. |
392 | * If you want to increase this then increase MODULES_VADDR | 392 | * If you want to increase this then increase MODULES_VADDR |
393 | * too.) | 393 | * too.) |
394 | */ | 394 | */ |