diff options
Diffstat (limited to 'include/asm-s390/processor.h')
-rw-r--r-- | include/asm-s390/processor.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-s390/processor.h b/include/asm-s390/processor.h index 5483c28b8bc3..4af80af2a88f 100644 --- a/include/asm-s390/processor.h +++ b/include/asm-s390/processor.h | |||
@@ -336,16 +336,6 @@ extern void (*s390_base_mcck_handler_fn)(void); | |||
336 | extern void (*s390_base_pgm_handler_fn)(void); | 336 | extern void (*s390_base_pgm_handler_fn)(void); |
337 | extern void (*s390_base_ext_handler_fn)(void); | 337 | extern void (*s390_base_ext_handler_fn)(void); |
338 | 338 | ||
339 | /* | ||
340 | * CPU idle notifier chain. | ||
341 | */ | ||
342 | #define S390_CPU_IDLE 0 | ||
343 | #define S390_CPU_NOT_IDLE 1 | ||
344 | |||
345 | struct notifier_block; | ||
346 | int register_idle_notifier(struct notifier_block *nb); | ||
347 | int unregister_idle_notifier(struct notifier_block *nb); | ||
348 | |||
349 | #define ARCH_LOW_ADDRESS_LIMIT 0x7fffffffUL | 339 | #define ARCH_LOW_ADDRESS_LIMIT 0x7fffffffUL |
350 | 340 | ||
351 | #endif | 341 | #endif |