diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-16 21:50:32 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-16 21:50:32 -0400 |
commit | 7dffb72028bfd909ac51a1546d182de2df4d2426 (patch) | |
tree | c465c35642872973543f710f8aa06b955b84f7e5 /arch/powerpc/platforms/powermac/sleep.S | |
parent | cf764855620aa1aa5b134687ca18b841ac9be4c7 (diff) |
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.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/sleep.S b/arch/powerpc/platforms/powermac/sleep.S index 88419c77ac4..22b113d19b2 100644 --- a/arch/powerpc/platforms/powermac/sleep.S +++ b/arch/powerpc/platforms/powermac/sleep.S | |||
@@ -387,10 +387,10 @@ turn_on_mmu: | |||
387 | #endif /* defined(CONFIG_PM) || defined(CONFIG_CPU_FREQ) */ | 387 | #endif /* defined(CONFIG_PM) || defined(CONFIG_CPU_FREQ) */ |
388 | 388 | ||
389 | .section .data | 389 | .section .data |
390 | .balign L1_CACHE_LINE_SIZE | 390 | .balign L1_CACHE_BYTES |
391 | sleep_storage: | 391 | sleep_storage: |
392 | .long 0 | 392 | .long 0 |
393 | .balign L1_CACHE_LINE_SIZE, 0 | 393 | .balign L1_CACHE_BYTES, 0 |
394 | 394 | ||
395 | #endif /* CONFIG_6xx */ | 395 | #endif /* CONFIG_6xx */ |
396 | .section .text | 396 | .section .text |