x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()
[cascardo/linux.git] / arch / x86 / include / asm / uv / uv_bau.h
index cc058c6..a46f270 100644 (file)
@@ -55,8 +55,6 @@
 #define UV_BAU_TUNABLES_DIR            "sgi_uv"
 #define UV_BAU_TUNABLES_FILE           "bau_tunables"
 #define WHITESPACE                     " \t\n"
-#define uv_mmask                       ((1UL << uv_hub_info->m_val) - 1)
-#define uv_physnodeaddr(x)             ((__pa((unsigned long)(x)) & uv_mmask))
 #define cpubit_isset(cpu, bau_local_cpumask) \
        test_bit((cpu), (bau_local_cpumask).bits)