summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/sleep.S
diff options
context:
space:
mode:
authorStephen Rothwell2005-10-17 03:50:32 +0200
committerStephen Rothwell2005-10-17 03:50:32 +0200
commit7dffb72028bfd909ac51a1546d182de2df4d2426 (patch)
treec465c35642872973543f710f8aa06b955b84f7e5 /arch/powerpc/platforms/powermac/sleep.S
parentpowerpc: fix 32bit LOADADDR macro (diff)
downloadkernel-qcow2-linux-7dffb72028bfd909ac51a1546d182de2df4d2426.tar.gz
kernel-qcow2-linux-7dffb72028bfd909ac51a1546d182de2df4d2426.tar.xz
kernel-qcow2-linux-7dffb72028bfd909ac51a1546d182de2df4d2426.zip
ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTES
instead of L1_CACHE_LINE_SIZE and LG_L1_CACHE_LINE_SIZE Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/powermac/sleep.S')
-rw-r--r--arch/powerpc/platforms/powermac/sleep.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/sleep.S b/arch/powerpc/platforms/powermac/sleep.S
index 88419c77ac43..22b113d19b24 100644
--- a/arch/powerpc/platforms/powermac/sleep.S
+++ b/arch/powerpc/platforms/powermac/sleep.S
@@ -387,10 +387,10 @@ turn_on_mmu:
#endif /* defined(CONFIG_PM) || defined(CONFIG_CPU_FREQ) */
.section .data
- .balign L1_CACHE_LINE_SIZE
+ .balign L1_CACHE_BYTES
sleep_storage:
.long 0
- .balign L1_CACHE_LINE_SIZE, 0
+ .balign L1_CACHE_BYTES, 0
#endif /* CONFIG_6xx */
.section .text