[S390] Remove initial kernel stack backchain initialization.
[safe/jmp/linux-2.6] / arch / arm / mm / proc-v6.S
index 70c6235..294943b 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/linkage.h>
 #include <asm/assembler.h>
 #include <asm/asm-offsets.h>
-#include <asm/elf.h>
+#include <asm/hwcap.h>
 #include <asm/pgtable-hwdef.h>
 #include <asm/pgtable.h>
 
@@ -115,9 +115,11 @@ ENTRY(cpu_v6_switch_mm)
  *     - pte   - PTE value to store
  *     - ext   - value for extended PTE bits
  */
+       armv6_mt_table cpu_v6
+
 ENTRY(cpu_v6_set_pte_ext)
 #ifdef CONFIG_MMU
-       armv6_set_pte_ext
+       armv6_set_pte_ext cpu_v6
 #endif
        mov     pc, lr