diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-30 06:24:33 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-30 06:24:33 +0400 |
commit | 5fe858b5b76be3cb1b1cf3ea40b7ca6706f8329c (patch) | |
tree | f9fbf8ba1b35ef2741b95b8a42d2eec9871e41cf /arch/sparc/include/asm/xor_64.h | |
parent | 8e8e500fcadaf2e39f4f119ae60c289456527727 (diff) | |
parent | f4142cba4e4065a416e78ade905bea29ff3930e6 (diff) | |
download | linux-5fe858b5b76be3cb1b1cf3ea40b7ca6706f8329c.tar.xz |
Merge git://github.com/davem330/sparc
* git://github.com/davem330/sparc:
sparc64: Force the execute bit in OpenFirmware's translation entries.
sparc: Make '-p' boot option meaningful again.
sparc, exec: remove redundant addr_limit assignment
sparc64: Future proof Niagara cpu detection.
Diffstat (limited to 'arch/sparc/include/asm/xor_64.h')
-rw-r--r-- | arch/sparc/include/asm/xor_64.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/xor_64.h b/arch/sparc/include/asm/xor_64.h index 9ed6ff679ab7..ee8edc68423e 100644 --- a/arch/sparc/include/asm/xor_64.h +++ b/arch/sparc/include/asm/xor_64.h @@ -66,6 +66,8 @@ static struct xor_block_template xor_block_niagara = { ((tlb_type == hypervisor && \ (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || \ sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || \ - sun4v_chip_type == SUN4V_CHIP_NIAGARA3)) ? \ + sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || \ + sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || \ + sun4v_chip_type == SUN4V_CHIP_NIAGARA5)) ? \ &xor_block_niagara : \ &xor_block_VIS) |