diff options
Diffstat (limited to 'arch/x86/include/asm/uv/uv_hub.h')
-rw-r--r-- | arch/x86/include/asm/uv/uv_hub.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index ae979f7740f7..097b80c989c4 100644 --- a/arch/x86/include/asm/uv/uv_hub.h +++ b/arch/x86/include/asm/uv/uv_hub.h | |||
@@ -647,16 +647,6 @@ static inline unsigned long uv_read_global_mmr64(int pnode, unsigned long offset | |||
647 | return readq(uv_global_mmr64_address(pnode, offset)); | 647 | return readq(uv_global_mmr64_address(pnode, offset)); |
648 | } | 648 | } |
649 | 649 | ||
650 | /* | ||
651 | * Global MMR space addresses when referenced by the GRU. (GRU does | ||
652 | * NOT use socket addressing). | ||
653 | */ | ||
654 | static inline unsigned long uv_global_gru_mmr_address(int pnode, unsigned long offset) | ||
655 | { | ||
656 | return UV_GLOBAL_GRU_MMR_BASE | offset | | ||
657 | ((unsigned long)pnode << uv_hub_info->m_val); | ||
658 | } | ||
659 | |||
660 | static inline void uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val) | 650 | static inline void uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val) |
661 | { | 651 | { |
662 | writeb(val, uv_global_mmr64_address(pnode, offset)); | 652 | writeb(val, uv_global_mmr64_address(pnode, offset)); |