* [PATCH] fdisk: add support for the MicroBlaze architecture
@ 2013-06-07 4:08 Nathan Rossi
2013-06-13 11:30 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Nathan Rossi @ 2013-06-07 4:08 UTC (permalink / raw)
To: util-linux; +Cc: Nathan Rossi
Add support to fdisk for the MicroBlaze architecture.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
---
fdisks/fdiskbsdlabel.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/fdisks/fdiskbsdlabel.h b/fdisks/fdiskbsdlabel.h
index 8c4e4e7..69f1065 100644
--- a/fdisks/fdiskbsdlabel.h
+++ b/fdisks/fdiskbsdlabel.h
@@ -49,7 +49,8 @@
#if defined (__i386__) || defined (__sparc__) || defined (__arm__) || \
defined (__mips__) || defined (__s390__) || defined (__sh__) || \
defined (__aarch64__) || defined(__xtensa__) || \
- defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
+ defined (__x86_64__) || defined (__avr32__) || defined(__cris__) || \
+ defined (__microblaze__)
#define BSD_LABELSECTOR 1
#define BSD_LABELOFFSET 0
#elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-13 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 4:08 [PATCH] fdisk: add support for the MicroBlaze architecture Nathan Rossi
2013-06-13 11:30 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox