aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/uv/bios.h
diff options
context:
space:
mode:
authorRuss Anderson <rja@sgi.com>2008-10-03 12:59:50 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-16 10:53:13 -0400
commitfc8c2d763bacc02962048fa042e287debb1416aa (patch)
tree3417c48a48e323b5b602b6f7f3d912d059a79c30 /include/asm-x86/uv/bios.h
parent922402f15a85f7a064926eb1db68cc52bc4d4a91 (diff)
x86: Add sysfs entries for UV v4
Create /sys/firmware/sgi_uv sysfs entries for partition_id and coherence_id. Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/uv/bios.h')
-rw-r--r--include/asm-x86/uv/bios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/uv/bios.h b/include/asm-x86/uv/bios.h
index 3b305d897c84..215f1969c266 100644
--- a/include/asm-x86/uv/bios.h
+++ b/include/asm-x86/uv/bios.h
@@ -89,5 +89,6 @@ extern long uv_coherency_id;
89extern long uv_region_size; 89extern long uv_region_size;
90#define partition_coherence_id() (uv_coherency_id) 90#define partition_coherence_id() (uv_coherency_id)
91 91
92extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */
92 93
93#endif /* ASM_X86__UV__BIOS_H */ 94#endif /* ASM_X86__UV__BIOS_H */