From 1e51d5954b7748361cb0dbe0f5b2a62d6394439e Mon Sep 17 00:00:00 2001 From: ydong10 Date: Mon, 1 Nov 2010 09:00:23 +0000 Subject: [PATCH] Refine code to follow the coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10992 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuDxe/CpuDxe.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c index 35fba39b43..c5f3bb76f4 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.c +++ b/UefiCpuPkg/CpuDxe/CpuDxe.c @@ -114,6 +114,14 @@ UINT32 mErrorCodeFlag = 0x00027d00; // // Local function prototypes // + +/** + Set Interrupt Descriptor Table Handler Address. + + @param Index The Index of the interrupt descriptor table handle. + @param Handler Handler address. + +**/ VOID SetInterruptDescriptorTableHandlerAddress ( IN UINTN Index, @@ -1014,7 +1022,13 @@ RefreshGcdMemoryAttributes ( mIsFlushingGCD = FALSE; } +/** + Set Interrupt Descriptor Table Handler Address. + + @param Index The Index of the interrupt descriptor table handle. + @param Handler Handler address. +**/ VOID SetInterruptDescriptorTableHandlerAddress ( IN UINTN Index, -- 2.39.2