|
@@ -93,8 +93,8 @@ void do_monitor_call(struct pt_regs *regs, long interruption_code)
|
|
/* disable monitor call class 0 */
|
|
/* disable monitor call class 0 */
|
|
__ctl_clear_bit(8, 15);
|
|
__ctl_clear_bit(8, 15);
|
|
|
|
|
|
- atomic_notifier_call_chain(&idle_chain, CPU_NOT_IDLE,
|
|
|
|
- (void *)(long) smp_processor_id());
|
|
|
|
|
|
+ atomic_notifier_call_chain(&idle_chain, S390_CPU_NOT_IDLE,
|
|
|
|
+ (void *)(long) smp_processor_id());
|
|
}
|
|
}
|
|
|
|
|
|
extern void s390_handle_mcck(void);
|
|
extern void s390_handle_mcck(void);
|
|
@@ -115,7 +115,7 @@ static void default_idle(void)
|
|
}
|
|
}
|
|
|
|
|
|
rc = atomic_notifier_call_chain(&idle_chain,
|
|
rc = atomic_notifier_call_chain(&idle_chain,
|
|
- CPU_IDLE, (void *)(long) cpu);
|
|
|
|
|
|
+ S390_CPU_IDLE, (void *)(long) cpu);
|
|
if (rc != NOTIFY_OK && rc != NOTIFY_DONE)
|
|
if (rc != NOTIFY_OK && rc != NOTIFY_DONE)
|
|
BUG();
|
|
BUG();
|
|
if (rc != NOTIFY_OK) {
|
|
if (rc != NOTIFY_OK) {
|