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
orang tua cf76485562
melakukan 7dffb72028
14 mengubah file dengan 100 tambahan dan 103 penghapusan

Melihat File

@@ -86,10 +86,10 @@ _GLOBAL(__setup_cpu_ppc970)
#define CS_SIZE 32
.data
.balign L1_CACHE_LINE_SIZE
.balign L1_CACHE_BYTES
cpu_state_storage:
.space CS_SIZE
.balign L1_CACHE_LINE_SIZE,0
.balign L1_CACHE_BYTES,0
.text
/* Called in normal context to backup CPU 0 state. This