From b1b8c631f613084d43d64d0b9e1d27337d4d8b5a Mon Sep 17 00:00:00 2001 From: rsun3 Date: Fri, 27 Aug 2010 03:46:18 +0000 Subject: Add DisableLvtInterrupts() for the Local APIC library class. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10827 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/Include/Library/LocalApicLib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'UefiCpuPkg/Include') diff --git a/UefiCpuPkg/Include/Library/LocalApicLib.h b/UefiCpuPkg/Include/Library/LocalApicLib.h index d565dad96c..d68e0e48b9 100644 --- a/UefiCpuPkg/Include/Library/LocalApicLib.h +++ b/UefiCpuPkg/Include/Library/LocalApicLib.h @@ -212,6 +212,17 @@ ProgramVirtualWireMode ( VOID ); +/** + Disable LINT0 & LINT1 interrupts. + + This function sets the mask flag in the LVT LINT0 & LINT1 registers. +**/ +VOID +EFIAPI +DisableLvtInterrupts ( + VOID + ); + /** Read the initial count value from the init-count register. -- cgit v1.2.3