summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-03-09 21:12:31 +0000
committerian <ian@FreeBSD.org>2014-03-09 21:12:31 +0000
commitab495f6c9b034c2f3f40db2e5c237afe71598846 (patch)
tree4bbce15618b3dff2ffc3009f48d735b611e461ac /sys/arm/xscale
parent5325036e28f5a02667b2b4d1afcc3fea08a45642 (diff)
downloadFreeBSD-src-ab495f6c9b034c2f3f40db2e5c237afe71598846.zip
FreeBSD-src-ab495f6c9b034c2f3f40db2e5c237afe71598846.tar.gz
Remove all traces of support for ARM chips prior to the arm9 series. We
never actually ran on these chips (other than using SA1 support in an emulator to do the early porting to FreeBSD long long ago). The clutter and complexity of some of this code keeps getting in the way of other maintenance, so it's time to go.
Diffstat (limited to 'sys/arm/xscale')
-rw-r--r--sys/arm/xscale/pxa/pxareg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/xscale/pxa/pxareg.h b/sys/arm/xscale/pxa/pxareg.h
index 34306cd..03a167f 100644
--- a/sys/arm/xscale/pxa/pxareg.h
+++ b/sys/arm/xscale/pxa/pxareg.h
@@ -47,9 +47,6 @@
#ifndef _ARM_XSCALE_PXAREG_H_
#define _ARM_XSCALE_PXAREG_H_
-/* Borrow some register definitions from sa11x0 */
-#include <arm/sa11x0/sa11x0_reg.h>
-
#ifndef _LOCORE
#include <sys/types.h> /* for uint32_t */
#endif
OpenPOWER on IntegriCloud