瀏覽代碼

s390: require mvcos facility, not tod clock steering facility

Inlined uaccess functions require the mvcos facility (bit 27), not the tod
clock steering facility (bit 28) for z10 and newer machines.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
David Hildenbrand 11 年之前
父節點
當前提交
4a36b44c77
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      arch/s390/kernel/head.S

+ 3 - 3
arch/s390/kernel/head.S

@@ -437,11 +437,11 @@ ENTRY(startup_kdump)
 
 
 #if defined(CONFIG_64BIT)
 #if defined(CONFIG_64BIT)
 #if defined(CONFIG_MARCH_ZEC12)
 #if defined(CONFIG_MARCH_ZEC12)
-	.long 3, 0xc100efea, 0xf46ce800, 0x00400000
+	.long 3, 0xc100eff2, 0xf46ce800, 0x00400000
 #elif defined(CONFIG_MARCH_Z196)
 #elif defined(CONFIG_MARCH_Z196)
-	.long 2, 0xc100efea, 0xf46c0000
+	.long 2, 0xc100eff2, 0xf46c0000
 #elif defined(CONFIG_MARCH_Z10)
 #elif defined(CONFIG_MARCH_Z10)
-	.long 2, 0xc100efea, 0xf0680000
+	.long 2, 0xc100eff2, 0xf0680000
 #elif defined(CONFIG_MARCH_Z9_109)
 #elif defined(CONFIG_MARCH_Z9_109)
 	.long 1, 0xc100efc2
 	.long 1, 0xc100efc2
 #elif defined(CONFIG_MARCH_Z990)
 #elif defined(CONFIG_MARCH_Z990)