aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/uv/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/uv/bios.h')
-rw-r--r--include/asm-x86/uv/bios.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/uv/bios.h b/include/asm-x86/uv/bios.h
index 215f1969c266..7b3d7022c639 100644
--- a/include/asm-x86/uv/bios.h
+++ b/include/asm-x86/uv/bios.h
@@ -85,9 +85,9 @@ extern void uv_bios_init(void);
85 85
86extern int uv_type; 86extern int uv_type;
87extern long sn_partition_id; 87extern long sn_partition_id;
88extern long uv_coherency_id; 88extern long sn_coherency_id;
89extern long uv_region_size; 89extern long sn_region_size;
90#define partition_coherence_id() (uv_coherency_id) 90#define partition_coherence_id() (sn_coherency_id)
91 91
92extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */ 92extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */
93 93