From 2f5f750d3ceeb8732da75fd636faf92bd1ce2cf3 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Sun, 20 Feb 2005 01:26:01 +0000 Subject: [PATCH] Removing the #endif as well sounds like a good idea. --- sys/arm/arm/cpufunc_asm.S | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/arm/cpufunc_asm.S b/sys/arm/arm/cpufunc_asm.S index 65cc69dbde0..af252a9b476 100644 --- a/sys/arm/arm/cpufunc_asm.S +++ b/sys/arm/arm/cpufunc_asm.S @@ -122,7 +122,6 @@ ENTRY(cpufunc_control) teq r2, r3 /* Only write if there is a change */ mcrne p15, 0, r2, c1, c0, 0 /* Write new control register */ mov r0, r3 /* Return old value */ - #endif RET .Lglou: