From 6640eb366c5cc3df1d1c174ad95d9d1ec3f768cc Mon Sep 17 00:00:00 2001 From: jljusten Date: Wed, 10 Feb 2010 17:37:37 +0000 Subject: UefiCpuPkg/CpuDxe: Fix build error This driver was not building following the r9935 & r9941 changes. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9969 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuDxe/CpuDxe.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c index 2895da857..424bc312e 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.c +++ b/UefiCpuPkg/CpuDxe/CpuDxe.c @@ -852,10 +852,9 @@ RefreshGcdMemoryAttributes ( UINTN NumberOfDescriptors; EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap; UINT64 DefaultAttributes; - VARIABLE_MTRR VariableMtrr[MAX_MTRR_NUMBER_OF_VARIABLE_MTRR]; + VARIABLE_MTRR VariableMtrr[MTRR_NUMBER_OF_VARIABLE_MTRR]; MTRR_FIXED_SETTINGS MtrrFixedSettings; UINT32 FirmwareVariableMtrrCount; - UINT32 UsedMtrr; FirmwareVariableMtrrCount = GetFirmwareVariableMtrrCount (); @@ -871,11 +870,9 @@ RefreshGcdMemoryAttributes ( // // Get the memory attribute of variable MTRRs // - UsedMtrr = MAX_MTRR_NUMBER_OF_VARIABLE_MTRR; MtrrGetMemoryAttributeInVariableMtrr ( mValidMtrrBitsMask, mValidMtrrAddressMask, - &UsedMtrr, VariableMtrr ); -- cgit v1.2.3