projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1795cd9
)
s390: require mvcos facility, not tod clock steering facility
author
David Hildenbrand
<dahi@linux.vnet.ibm.com>
Wed, 18 Jun 2014 10:32:19 +0000
(12:32 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 16 Jul 2014 08:48:09 +0000
(10:48 +0200)
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>
arch/s390/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/head.S
b/arch/s390/kernel/head.S
index 7ba7d6784510c257bbadc72d8f9cdf58151b8e5b..e88d35d749501e43b296e8794351f691368dcf5e 100644
(file)
--- a/
arch/s390/kernel/head.S
+++ b/
arch/s390/kernel/head.S
@@
-437,11
+437,11
@@
ENTRY(startup_kdump)
#if defined(CONFIG_64BIT)
#if defined(CONFIG_MARCH_ZEC12)
- .long 3, 0xc100ef
ea
, 0xf46ce800, 0x00400000
+ .long 3, 0xc100ef
f2
, 0xf46ce800, 0x00400000
#elif defined(CONFIG_MARCH_Z196)
- .long 2, 0xc100ef
ea
, 0xf46c0000
+ .long 2, 0xc100ef
f2
, 0xf46c0000
#elif defined(CONFIG_MARCH_Z10)
- .long 2, 0xc100ef
ea
, 0xf0680000
+ .long 2, 0xc100ef
f2
, 0xf0680000
#elif defined(CONFIG_MARCH_Z9_109)
.long 1, 0xc100efc2
#elif defined(CONFIG_MARCH_Z990)