aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/tboot.c')
-rw-r--r--arch/x86/kernel/tboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c
index c136e2325062..65adda4fde93 100644
--- a/arch/x86/kernel/tboot.c
+++ b/arch/x86/kernel/tboot.c
@@ -202,7 +202,7 @@ static int tboot_setup_sleep(void)
202 } 202 }
203 203
204 tboot->acpi_sinfo.kernel_s3_resume_vector = 204 tboot->acpi_sinfo.kernel_s3_resume_vector =
205 real_mode_header.wakeup_start; 205 real_mode_header->wakeup_start;
206 206
207 return 0; 207 return 0;
208} 208}