]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/swsusp_32.S
[POWERPC] Rename last get_property calls
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / swsusp_32.S
index 7369f9a6ad25c2c4c70132c116e18b34b7ecb9cd..69e8f86aa4f843a2f248c9e7888a6f5283b64ad8 100644 (file)
@@ -159,8 +159,8 @@ END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
        isync
 
        /* Load ptr the list of pages to copy in r3 */
-       lis     r11,(pagedir_nosave - KERNELBASE)@h
-       ori     r11,r11,pagedir_nosave@l
+       lis     r11,(restore_pblist - KERNELBASE)@h
+       ori     r11,r11,restore_pblist@l
        lwz     r10,0(r11)
 
        /* Copy the pages. This is a very basic implementation, to