Add MIPS platform, this will make bsdlabel(8) work on MIPS (when invoked
without a -m option. -m mips is still not supported)
This commit is contained in:
parent
831826341b
commit
68e53e7549
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user