From: Fenkart/Bostandzhyan Date: Sun, 7 Feb 2010 20:48:38 +0000 (+0100) Subject: ARM: 5930/1: Add PKMAP area description to memory.txt. X-Git-Tag: v2.6.34-rc1~241^2~1^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=18fe1cad889fe6c1acbf4dfc576e82a13cf1a30c;p=karo-tx-linux.git ARM: 5930/1: Add PKMAP area description to memory.txt. Also adapts delimiters of neighbouring modules area. Tested-by: H Hartley Sweeten Signed-off-by: Andreas Fenkart Signed-off-by: Russell King --- diff --git a/Documentation/arm/memory.txt b/Documentation/arm/memory.txt index 9d58c7c5eddd..eb0fae18ffb1 100644 --- a/Documentation/arm/memory.txt +++ b/Documentation/arm/memory.txt @@ -59,7 +59,11 @@ PAGE_OFFSET high_memory-1 Kernel direct-mapped RAM region. This maps the platforms RAM, and typically maps all platform RAM in a 1:1 relationship. -TASK_SIZE PAGE_OFFSET-1 Kernel module space +PKMAP_BASE PAGE_OFFSET-1 Permanent kernel mappings + One way of mapping HIGHMEM pages into kernel + space. + +MODULES_VADDR MODULES_END-1 Kernel module space Kernel modules inserted via insmod are placed here using dynamic mappings.