summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2017-04-16 06:51:06 +0000
committermmel <mmel@FreeBSD.org>2017-04-16 06:51:06 +0000
commit2f97dffc6bbcc68082bbc2eeb847ee0f688fb86d (patch)
tree4398a08141ce47227ada6cacc21f3d5768bf2bca /sys/arm/include
parent494cee5e42e008efa706b7e2a8495c4f3c25b691 (diff)
downloadFreeBSD-src-2f97dffc6bbcc68082bbc2eeb847ee0f688fb86d.zip
FreeBSD-src-2f97dffc6bbcc68082bbc2eeb847ee0f688fb86d.tar.gz
MFC r306704,r308406:
r306704: ARM: Remove next bunch of unused cpu_functions from ARMv6. r308406: Only include sys/boot.h if LINUX_BOOT_ABI is defined
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/cpufunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h
index f175b63..13c0edd 100644
--- a/sys/arm/include/cpufunc.h
+++ b/sys/arm/include/cpufunc.h
@@ -60,14 +60,12 @@ struct cpu_functions {
/* CPU functions */
#if __ARM_ARCH < 6
void (*cf_cpwait) (void);
-#endif
/* MMU functions */
u_int (*cf_control) (u_int bic, u_int eor);
void (*cf_setttb) (u_int ttb);
-#if __ARM_ARCH < 6
/* TLB functions */
void (*cf_tlb_flushID) (void);
@@ -149,7 +147,9 @@ struct cpu_functions {
/* Other functions */
+#if __ARM_ARCH < 6
void (*cf_drain_writebuf) (void);
+#endif
void (*cf_sleep) (int mode);
OpenPOWER on IntegriCloud