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:
@@ -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
|
||||
|
Reference in New Issue
Block a user