projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fa677
)
[IA64] Simplify SGI uv vs. sn2 driver issues
author
Russ Anderson
<rja@sgi.com>
Mon, 3 Nov 2008 22:58:51 +0000
(16:58 -0600)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 4 Nov 2008 19:29:39 +0000
(11:29 -0800)
Add partition id, coherence id, and region size to UV to
make life simpler for drivers shared between sn2 & uv.
Signed-off-by: Russ Anderson <rja@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/uv/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/uv/kernel/setup.c
b/arch/ia64/uv/kernel/setup.c
index cf5f28ae96c49b617376070f377bd991441e76de..7a5ae633198b38ade2cf824619cbaf93cc0e3c33 100644
(file)
--- a/
arch/ia64/uv/kernel/setup.c
+++ b/
arch/ia64/uv/kernel/setup.c
@@
-19,6
+19,12
@@
EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info);
#ifdef CONFIG_IA64_SGI_UV
int sn_prom_type;
+long sn_partition_id;
+EXPORT_SYMBOL(sn_partition_id);
+long sn_coherency_id;
+EXPORT_SYMBOL_GPL(sn_coherency_id);
+long sn_region_size;
+EXPORT_SYMBOL(sn_region_size);
#endif
struct redir_addr {