diff options
Diffstat (limited to 'include/asm-i386/page.h')
-rw-r--r-- | include/asm-i386/page.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-i386/page.h b/include/asm-i386/page.h index e9952bd8e..1694ed16b 100644 --- a/include/asm-i386/page.h +++ b/include/asm-i386/page.h @@ -69,10 +69,9 @@ typedef unsigned long pgprot_t; * you want to use more physical memory, change this define. * * For example, if you have 2GB worth of physical memory, you - * could change this define to 0x70000000, which gives the - * kernel slightly more than 2GB of virtual memory (enough to - * map all your physical memory + a bit extra for various - * io-memory mappings) + * could change this define to 0x80000000, which gives the + * kernel 2GB of virtual memory (enough to most of your physical memory + * as the kernel needs a bit extra for various io-memory mappings) * * IF YOU CHANGE THIS, PLEASE ALSO CHANGE * |