diff options
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index bc796d73129b..3d0871058306 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h | |||
@@ -289,7 +289,12 @@ static inline unsigned long __rewind_psw(psw_t psw, unsigned long ilc) | |||
289 | return (psw.addr - ilc) & mask; | 289 | return (psw.addr - ilc) & mask; |
290 | #endif | 290 | #endif |
291 | } | 291 | } |
292 | 292 | ||
293 | /* | ||
294 | * Function to stop a processor until the next interrupt occurs | ||
295 | */ | ||
296 | void enabled_wait(void); | ||
297 | |||
293 | /* | 298 | /* |
294 | * Function to drop a processor into disabled wait state | 299 | * Function to drop a processor into disabled wait state |
295 | */ | 300 | */ |