summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/ldivmod.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/arm/ldivmod.S')
-rw-r--r--sys/libkern/arm/ldivmod.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/libkern/arm/ldivmod.S b/sys/libkern/arm/ldivmod.S
index 26a3944..95f816b 100644
--- a/sys/libkern/arm/ldivmod.S
+++ b/sys/libkern/arm/ldivmod.S
@@ -28,8 +28,6 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
-#ifdef __ARM_EABI__
-
/*
* These calculate:
* q = n / m
@@ -64,6 +62,3 @@ ENTRY_NP(__aeabi_uldivmod)
ldmfd sp!, {r2, r3} /* Load the remainder */
RET
END(__aeabi_uldivmod)
-
-#endif
-
OpenPOWER on IntegriCloud