From dce74b891e0e6020d0a18384e32f280133631d9b Mon Sep 17 00:00:00 2001 From: Achin Gupta Date: Fri, 9 May 2014 11:07:09 +0100 Subject: Introduce interrupt handling framework in BL3-1 This patch adds a common handler for FIQ and IRQ exceptions in the BL3-1 runtime exception vector table. This function determines the interrupt type and calls its handler. A crash is reported if an inconsistency in the interrupt management framework is detected. In the event of a spurious interrupt, execution resumes from the instruction where the interrupt was generated. This patch also removes 'cm_macros.S' as its contents have been moved to 'runtime_exceptions.S' Change-Id: I3c85ecf8eaf43a3fac429b119ed0bd706d2e2093 --- services/std_svc/psci/psci_entry.S | 1 - 1 file changed, 1 deletion(-) (limited to 'services') diff --git a/services/std_svc/psci/psci_entry.S b/services/std_svc/psci/psci_entry.S index 256c538..c243d27 100644 --- a/services/std_svc/psci/psci_entry.S +++ b/services/std_svc/psci/psci_entry.S @@ -30,7 +30,6 @@ #include #include -#include #include .globl psci_aff_on_finish_entry -- cgit v1.2.3