public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Nathan Rossi <nathan.rossi@xilinx.com>
To: <util-linux@vger.kernel.org>
Cc: Nathan Rossi <nathan.rossi@xilinx.com>
Subject: [PATCH] fdisk: add support for the MicroBlaze architecture
Date: Fri, 7 Jun 2013 14:08:06 +1000	[thread overview]
Message-ID: <f2659884-36d1-4011-9485-e2dda08b5a6d@TX2EHSMHS041.ehs.local> (raw)

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



             reply	other threads:[~2013-06-07  4:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-07  4:08 Nathan Rossi [this message]
2013-06-13 11:30 ` [PATCH] fdisk: add support for the MicroBlaze architecture Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f2659884-36d1-4011-9485-e2dda08b5a6d@TX2EHSMHS041.ehs.local \
    --to=nathan.rossi@xilinx.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox