diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2013-08-29 13:40:01 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-08-30 02:57:20 -0400 |
commit | 57b5918c33a0797930c3791fb602a8a9d46ef80c (patch) | |
tree | 47e3a5b503e8551f130fb722fbf1ae281e6ed292 /arch/s390/kernel/suspend.c | |
parent | d03abe5882cc4815bf98c0e01a1deafa4a5d6730 (diff) |
s390/pci: update function handle after resume from hibernate
Function handles may change while the system was in hibernation
use list pci functions and update the function handles.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/suspend.c')
-rw-r--r-- | arch/s390/kernel/suspend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/kernel/suspend.c b/arch/s390/kernel/suspend.c index eebab9f83f1d..737bff38e3ee 100644 --- a/arch/s390/kernel/suspend.c +++ b/arch/s390/kernel/suspend.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <asm/ctl_reg.h> | 12 | #include <asm/ctl_reg.h> |
13 | #include <asm/ipl.h> | 13 | #include <asm/ipl.h> |
14 | #include <asm/cio.h> | 14 | #include <asm/cio.h> |
15 | #include <asm/pci.h> | ||
15 | 16 | ||
16 | /* | 17 | /* |
17 | * References to section boundaries | 18 | * References to section boundaries |
@@ -219,4 +220,5 @@ void s390_early_resume(void) | |||
219 | { | 220 | { |
220 | lgr_info_log(); | 221 | lgr_info_log(); |
221 | channel_subsystem_reinit(); | 222 | channel_subsystem_reinit(); |
223 | zpci_rescan(); | ||
222 | } | 224 | } |