diff options
Diffstat (limited to 'arch/ppc/kernel/cpu_setup_6xx.S')
-rw-r--r-- | arch/ppc/kernel/cpu_setup_6xx.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/kernel/cpu_setup_6xx.S b/arch/ppc/kernel/cpu_setup_6xx.S index a5333c07fc3c..55ed7716636f 100644 --- a/arch/ppc/kernel/cpu_setup_6xx.S +++ b/arch/ppc/kernel/cpu_setup_6xx.S | |||
@@ -290,10 +290,10 @@ _GLOBAL(__init_fpu_registers) | |||
290 | #define CS_SIZE 32 | 290 | #define CS_SIZE 32 |
291 | 291 | ||
292 | .data | 292 | .data |
293 | .balign L1_CACHE_LINE_SIZE | 293 | .balign L1_CACHE_BYTES |
294 | cpu_state_storage: | 294 | cpu_state_storage: |
295 | .space CS_SIZE | 295 | .space CS_SIZE |
296 | .balign L1_CACHE_LINE_SIZE,0 | 296 | .balign L1_CACHE_BYTES,0 |
297 | .text | 297 | .text |
298 | 298 | ||
299 | /* Called in normal context to backup CPU 0 state. This | 299 | /* Called in normal context to backup CPU 0 state. This |