ARM: consolidate last remaining open-coded alignment trap enable
[sfrench/cifs-2.6.git] / arch / arm / kernel / entry-header.S
index 1420725142cab1817d26bc3ff7003ae4a4833732..45a1df9bf7592e267a7fea827fbbb676a32a2c1e 100644 (file)
@@ -37,9 +37,9 @@
 #endif
        .endm
 
-       .macro  alignment_trap, rtemp
+       .macro  alignment_trap, rtemp, label
 #ifdef CONFIG_ALIGNMENT_TRAP
-       ldr     \rtemp, .LCcralign
+       ldr     \rtemp, \label
        ldr     \rtemp, [\rtemp]
        mcr     p15, 0, \rtemp, c1, c0
 #endif