summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-09-23 05:24:50 +0000
committerjchandra <jchandra@FreeBSD.org>2010-09-23 05:24:50 +0000
commit119aa425ee2a4249ec341d6e441a94050b17cfd0 (patch)
tree77dbc4e3935a52a0d85ec68dc810c3e018d02667 /sys/sys/disklabel.h
parent6845185dad5fe3d39f794b3be167419e680e0ba9 (diff)
downloadFreeBSD-src-119aa425ee2a4249ec341d6e441a94050b17cfd0.zip
FreeBSD-src-119aa425ee2a4249ec341d6e441a94050b17cfd0.tar.gz
Add MIPS platform, this will make bsdlabel(8) work on MIPS (when invoked
without a -m option. -m mips is still not supported)
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index c658494..31cefd1 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -52,7 +52,7 @@
/* XXX these should be defined per controller (or drive) elsewhere, not here! */
#if defined(__i386__) || defined(__amd64__) || defined(__arm__) || \
- defined(__ia64__) || defined(__powerpc__)
+ defined(__ia64__) || defined(__powerpc__) || defined(__mips__)
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif
OpenPOWER on IntegriCloud