Module Name: src
Committed By: matt
Date: Sun Aug 18 16:08:24 UTC 2013
Modified Files:
src/sys/arch/arm/include: locore.h
Log Message:
Include <arm/cpufunc.h> if !_LOCORE
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/include/locore.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/include/locore.h
diff -u src/sys/arch/arm/include/locore.h:1.2 src/sys/arch/arm/include/locore.h:1.3
--- src/sys/arch/arm/include/locore.h:1.2 Sun Aug 18 07:57:26 2013
+++ src/sys/arch/arm/include/locore.h Sun Aug 18 16:08:24 2013
@@ -95,6 +95,8 @@
#else /* !_LOCORE */
+#include <arm/cpufunc.h>
+
#ifdef __PROG32
#define IRQdisable __set_cpsr_c(I32_bit, I32_bit);
#define IRQenable __set_cpsr_c(I32_bit, 0);