mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue