diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2013-08-29 13:36:49 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-08-30 02:57:15 -0400 |
commit | 77e844b9644026c11c5883144540155de39af767 (patch) | |
tree | 704f30cb7e9a30ade37e20c0f0bc9688f05ac0b0 /arch/s390/include/asm | |
parent | 0ff70ec88ba61f72b05b365a21fbd8aa60436254 (diff) |
s390/hibernate: add early resume function
Some functions that do arch specific resume actions are called
directly from swsusp_asm64.S . Before we add another function call
provide a generic s390_early_resume function which can be used
for this purpose.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm')
-rw-r--r-- | arch/s390/include/asm/cio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/cio.h b/arch/s390/include/asm/cio.h index ffb898961c8d..d42625053c37 100644 --- a/arch/s390/include/asm/cio.h +++ b/arch/s390/include/asm/cio.h | |||
@@ -296,6 +296,7 @@ static inline int ccw_dev_id_is_equal(struct ccw_dev_id *dev_id1, | |||
296 | return 0; | 296 | return 0; |
297 | } | 297 | } |
298 | 298 | ||
299 | void channel_subsystem_reinit(void); | ||
299 | extern void css_schedule_reprobe(void); | 300 | extern void css_schedule_reprobe(void); |
300 | 301 | ||
301 | extern void reipl_ccw_dev(struct ccw_dev_id *id); | 302 | extern void reipl_ccw_dev(struct ccw_dev_id *id); |