aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h')
-rw-r--r--src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h b/src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h
index c12b4cd739..f51d41f72f 100644
--- a/src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h
+++ b/src/vendorcode/amd/agesa/f15/Proc/CPU/cpuServices.h
@@ -9,13 +9,13 @@
* @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA
* @e sub-project: CPU
- * @e \$Revision: 53202 $ @e \$Date: 2011-05-16 20:04:04 -0600 (Mon, 16 May 2011) $
+ * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $
*
*/
/*
******************************************************************************
*
- * Copyright (C) 2012 Advanced Micro Devices, Inc.
+ * Copyright (c) 2008 - 2012, Advanced Micro Devices, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,6 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
******************************************************************************
*/
@@ -132,7 +131,7 @@ typedef struct _WARM_RESET_REQUEST {
UINT8 RequestBit:1; ///< Request Bit
UINT8 StateBits:2; ///< State Bits
UINT8 PostStage:2; ///< Post Stage
- UINT8 Reserved:(8-5); ///< Reserved
+ UINT8 Reserved:(8 - 5); ///< Reserved
} WARM_RESET_REQUEST;
/*----------------------------------------------------------------------------------------
* F U N C T I O N P R O T O T Y P E