From 1bccfbe5ab2cf95f111bd8b4260b592102211027 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Mon, 27 Feb 2012 10:20:46 +0000 Subject: ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interrupts git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13040 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Drivers/PL390Gic/PL390GicDxe.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ArmPkg/Drivers') diff --git a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.c b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.c index d352dcaee0..3292988502 100644 --- a/ArmPkg/Drivers/PL390Gic/PL390GicDxe.c +++ b/ArmPkg/Drivers/PL390Gic/PL390GicDxe.c @@ -1,7 +1,8 @@ /*++ Copyright (c) 2009, Hewlett-Packard Company. All rights reserved.
-Portions copyright (c) 2010, Apple Inc. All rights reserved.
+Portions copyright (c) 2010, Apple Inc. All rights reserved.
+Portions copyright (c) 2011-2012, ARM Ltd. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -309,10 +310,6 @@ ExitBootServicesEvent ( { UINTN Index; - for (Index = 0; Index < PcdGet32(PcdGicNumInterrupts); Index++) { - DisableInterruptSource (&gHardwareInterruptProtocol, Index); - } - // Acknowledge all pending interrupts for (Index = 0; Index < PcdGet32(PcdGicNumInterrupts); Index++) { DisableInterruptSource (&gHardwareInterruptProtocol, Index); -- cgit v1.2.3