]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/power/hibernate_32.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / arch / x86 / power / hibernate_32.c
index f2b6e3f11bfc58214dcbccdd87acdaa6a5d4b9a8..3769079874d8f57702bbea42bcc7446908b5af23 100644 (file)
@@ -6,12 +6,14 @@
  * Copyright (c) 2006 Rafael J. Wysocki <rjw@sisk.pl>
  */
 
+#include <linux/gfp.h>
 #include <linux/suspend.h>
 #include <linux/bootmem.h>
 
 #include <asm/system.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
+#include <asm/mmzone.h>
 
 /* Defined in hibernate_asm_32.S */
 extern int restore_image(void);
@@ -127,6 +129,9 @@ static int resume_physical_mapping_init(pgd_t *pgd_base)
                        }
                }
        }
+
+       resume_map_numa_kva(pgd_base);
+
        return 0;
 }