diff options
Diffstat (limited to 'include/asm-x86/uv/bios.h')
-rw-r--r-- | include/asm-x86/uv/bios.h | 6 |
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 | ||
86 | extern int uv_type; | 86 | extern int uv_type; |
87 | extern long sn_partition_id; | 87 | extern long sn_partition_id; |
88 | extern long uv_coherency_id; | 88 | extern long sn_coherency_id; |
89 | extern long uv_region_size; | 89 | extern long sn_region_size; |
90 | #define partition_coherence_id() (uv_coherency_id) | 90 | #define partition_coherence_id() (sn_coherency_id) |
91 | 91 | ||
92 | extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */ | 92 | extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */ |
93 | 93 | ||