diff options
Diffstat (limited to 'arch/s390/kernel/ipl.c')
-rw-r--r-- | arch/s390/kernel/ipl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c index 5c8651f36509..c57951f008c4 100644 --- a/arch/s390/kernel/ipl.c +++ b/arch/s390/kernel/ipl.c | |||
@@ -2062,12 +2062,10 @@ static void do_reset_calls(void) | |||
2062 | { | 2062 | { |
2063 | struct reset_call *reset; | 2063 | struct reset_call *reset; |
2064 | 2064 | ||
2065 | #ifdef CONFIG_64BIT | ||
2066 | if (diag308_set_works) { | 2065 | if (diag308_set_works) { |
2067 | diag308_reset(); | 2066 | diag308_reset(); |
2068 | return; | 2067 | return; |
2069 | } | 2068 | } |
2070 | #endif | ||
2071 | list_for_each_entry(reset, &rcall, list) | 2069 | list_for_each_entry(reset, &rcall, list) |
2072 | reset->fn(); | 2070 | reset->fn(); |
2073 | } | 2071 | } |