diff options
author | Jorgen Lundman <[email protected]> | 2012-04-28 06:31:20 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-05-03 11:18:54 -0700 |
commit | c421831192e4015c300239d862c5b9d47088ecd1 (patch) | |
tree | 10cfa6d14e7f980349ce957daa9fd6057042ba29 /lib/libefi | |
parent | 710114089fd7032125b6a2c24b24483c90a87907 (diff) |
Define the needed ISA types for ARM
Add the minimum required ISA types to support the ARM architecture.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/libefi')
-rw-r--r-- | lib/libefi/rdwr_efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libefi/rdwr_efi.c b/lib/libefi/rdwr_efi.c index c317d24f8..0600a9523 100644 --- a/lib/libefi/rdwr_efi.c +++ b/lib/libefi/rdwr_efi.c @@ -87,7 +87,7 @@ struct dk_map2 default_vtoc_map[NDKMAP] = { #if defined(_SUNOS_VTOC_16) -#if defined(i386) || defined(__amd64) +#if defined(i386) || defined(__amd64) || defined(__arm) { V_BOOT, V_UNMNT }, /* i - 8 */ { V_ALTSCTR, 0 }, /* j - 9 */ |