summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c b/Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c
index 4b3f34fc3f..00b25f5525 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSmm/S3Save.c
@@ -1,7 +1,7 @@
/** @file
SMM S3 handler Driver implementation file.
- Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -22,7 +22,6 @@ SaveRuntimeScriptTable (
IN EFI_SMM_SYSTEM_TABLE2 *Smst
)
{
- UINT32 Data32;
UINT16 Data16;
UINT8 Data8;
UINT32 DwordData;
@@ -58,14 +57,6 @@ SaveRuntimeScriptTable (
&Data8
);
- Data32 = IoRead32 (mAcpiBaseAddr + R_SMI_EN);
- S3BootScriptSaveIoWrite (
- S3BootScriptWidthUint32,
- (mAcpiBaseAddr + R_SMI_EN),
- 1,
- &Data32
- );
-
//
// Save B_ICH_TCO_CNT_LOCK so it will be done on S3 resume path.
//