summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-01-25 11:24:37 +0000
committercognet <cognet@FreeBSD.org>2006-01-25 11:24:37 +0000
commitb52efc57bec49fd584f1580087664aff15a10168 (patch)
tree2f71861e5e8725a2e794ae42c9b721940854c1d0 /lib/libdisk/disk.c
parent7d855a2e46aeec9c98d741ed78758d4f5c112b41 (diff)
downloadFreeBSD-src-b52efc57bec49fd584f1580087664aff15a10168.zip
FreeBSD-src-b52efc57bec49fd584f1580087664aff15a10168.tar.gz
Add a dummy arm Write_Disk() function, and compile libdisk on arm.
Diffstat (limited to 'lib/libdisk/disk.c')
-rw-r--r--lib/libdisk/disk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index 4f21cad..7170d4b 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -50,6 +50,8 @@ const enum platform platform =
p_ppc
#elif defined(__amd64__)
p_amd64
+#elif defined(__arm__)
+ p_arm
#else
IHAVENOIDEA
#endif
OpenPOWER on IntegriCloud