]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/lguest/boot.c
Merge commit 'v2.6.27-rc1' into x86/core
[linux-2.6-omap-h63xx.git] / arch / x86 / lguest / boot.c
index 756fc489652beb8353e04ac619f3d5ec395a4621..65f0b8a47bed0dd2ccdd31e507cdfd70846c4d48 100644 (file)
@@ -1044,6 +1044,9 @@ __init void lguest_init(void)
        init_pg_tables_start = __pa(pg0);
        init_pg_tables_end = __pa(pg0);
 
+       /* As described in head_32.S, we map the first 128M of memory. */
+       max_pfn_mapped = (128*1024*1024) >> PAGE_SHIFT;
+
        /* Load the %fs segment register (the per-cpu segment register) with
         * the normal data segment to get through booting. */
        asm volatile ("mov %0, %%fs" : : "r" (__KERNEL_DS) : "memory");