Skip to content

Commit 9a3b7e5

Browse files
kirylIngo Molnar
authored andcommitted
x86/mm: Fix documentation of module mapping range with 4-level paging
Commit: f5a4071 ("x86/mm: Set MODULES_END to 0xffffffffff000000") changed MODULES_END back to a fixed value, but didn't update the documentation of memory layout for 4-level paging. Signed-off-by: Kirill A. Shutemov <[email protected]> Acked-by: Andrey Ryabinin <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Fixes: f5a4071 ("x86/mm: Set MODULES_END to 0xffffffffff000000") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 52586b0 commit 9a3b7e5

File tree

1 file changed

+1
-1
lines changed
  • Documentation/x86/x86_64

1 file changed

+1
-1
lines changed

Documentation/x86/x86_64/mm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ffffff0000000000 - ffffff7fffffffff (=39 bits) %esp fixup stacks
2020
ffffffef00000000 - fffffffeffffffff (=64 GB) EFI region mapping space
2121
... unused hole ...
2222
ffffffff80000000 - ffffffff9fffffff (=512 MB) kernel text mapping, from phys 0
23-
ffffffffa0000000 - [fixmap start] (~1526 MB) module mapping space (variable)
23+
ffffffffa0000000 - fffffffffeffffff (1520 MB) module mapping space
2424
[fixmap start] - ffffffffff5fffff kernel-internal fixmap range
2525
ffffffffff600000 - ffffffffff600fff (=4 kB) legacy vsyscall ABI
2626
ffffffffffe00000 - ffffffffffffffff (=2 MB) unused hole

0 commit comments

Comments
 (0)