mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 20:22:14 +03:00
Define the needed ISA types for ARM
Add the minimum required ISA types to support the ARM architecture. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
710114089f
commit
c421831192
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user