diff options
Diffstat (limited to 'kernel/Documentation/arm/memory.txt')
-rw-r--r-- | kernel/Documentation/arm/memory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Documentation/arm/memory.txt b/kernel/Documentation/arm/memory.txt index 4178ebda6..546a39048 100644 --- a/kernel/Documentation/arm/memory.txt +++ b/kernel/Documentation/arm/memory.txt @@ -54,7 +54,7 @@ VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space. located here through iotable_init(). VMALLOC_START is based upon the value of the high_memory variable, and VMALLOC_END - is equal to 0xff000000. + is equal to 0xff800000. PAGE_OFFSET high_memory-1 Kernel direct-mapped RAM region. This maps the platforms RAM, and typically |