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>
This commit is contained in:
Stephen Rothwell
2005-10-17 11:50:32 +10:00
parent cf76485562
commit 7dffb72028
14 changed files with 100 additions and 103 deletions

View File

@@ -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