]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchInterruptDefs.h
UefiCpuPkg CpuExceptionHandlerLib: use FixedPcdGetSize() as the macro value
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / Ia32 / ArchInterruptDefs.h
index d9ded5977f14d892998a986bd4abec2a5b06ee79..ac3650a2a36db81b8d2e5d15097854e33a494e97 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Ia32 arch definition for CPU Exception Handler Library.\r
 \r
-  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -43,10 +43,10 @@ typedef struct {
 \r
 #define CPU_TSS_DESC_SIZE \\r
   (sizeof (IA32_TSS_DESCRIPTOR) * \\r
-   (PcdGetSize (PcdCpuStackSwitchExceptionList) + 1))\r
+   (FixedPcdGetSize (PcdCpuStackSwitchExceptionList) + 1))\r
 \r
 #define CPU_TSS_SIZE \\r
   (sizeof (IA32_TASK_STATE_SEGMENT) * \\r
-   (PcdGetSize (PcdCpuStackSwitchExceptionList) + 1))\r
+   (FixedPcdGetSize (PcdCpuStackSwitchExceptionList) + 1))\r
 \r
 #endif\r