diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-05 12:16:20 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 15:39:29 +0300 |
commit | 4db27dca607aed14a852b21db02ddb530551c5eb (patch) | |
tree | 91463e5f4fb503b0abcb1fdf7837713cb3ab230d /arch/arc/include/uapi | |
parent | def32fad84975d5d28e070215038224ea7f0d4bc (diff) | |
download | linux-4db27dca607aed14a852b21db02ddb530551c5eb.tar.xz |
ARC: mm: document system mem map clearly
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/uapi')
-rw-r--r-- | arch/arc/include/uapi/asm/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/uapi/asm/page.h b/arch/arc/include/uapi/asm/page.h index e5d41e08240c..9d129a2a1351 100644 --- a/arch/arc/include/uapi/asm/page.h +++ b/arch/arc/include/uapi/asm/page.h @@ -30,7 +30,7 @@ #define PAGE_OFFSET (0x80000000) #else #define PAGE_SIZE (1UL << PAGE_SHIFT) /* Default 8K */ -#define PAGE_OFFSET (0x80000000UL) /* Kernel starts at 2G onwards */ +#define PAGE_OFFSET (0x80000000UL) /* Kernel starts at 2G onwards */ #endif #define PAGE_MASK (~(PAGE_SIZE-1)) |