]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.c
Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCo...
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.c
index 35fba39b43aeb192cbf3f0ac9dffbaf00d946f01..c5f3bb76f4a0bc2c21ad7bce8fd60e4c61e9a27e 100644 (file)
@@ -114,6 +114,14 @@ UINT32 mErrorCodeFlag = 0x00027d00;
 //\r
 // Local function prototypes\r
 //\r
+\r
+/**\r
+  Set Interrupt Descriptor Table Handler Address.\r
+\r
+  @param Index        The Index of the interrupt descriptor table handle.\r
+  @param Handler      Handler address.\r
+\r
+**/\r
 VOID\r
 SetInterruptDescriptorTableHandlerAddress (\r
   IN UINTN Index,\r
@@ -1014,7 +1022,13 @@ RefreshGcdMemoryAttributes (
   mIsFlushingGCD = FALSE;\r
 }\r
 \r
+/**\r
+  Set Interrupt Descriptor Table Handler Address.\r
+\r
+  @param Index        The Index of the interrupt descriptor table handle.\r
+  @param Handler      Handler address.\r
 \r
+**/\r
 VOID\r
 SetInterruptDescriptorTableHandlerAddress (\r
   IN UINTN Index,\r