projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e3728
)
[IA64-SGI] Add some needed externs currently not defined
author
Dean Nelson
<dcn@sgi.com>
Thu, 24 Mar 2005 02:11:00 +0000
(19:11 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 3 May 2005 19:12:42 +0000
(12:12 -0700)
Add some needed externs currently not defined.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/sn/arch.h
patch
|
blob
|
history
diff --git
a/include/asm-ia64/sn/arch.h
b/include/asm-ia64/sn/arch.h
index
e6d9aa6
..
635fdce
100644
(file)
--- a/
include/asm-ia64/sn/arch.h
+++ b/
include/asm-ia64/sn/arch.h
@@
-56,6
+56,12
@@
DECLARE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_NUMNODES]);
#define sn_cnodeid_to_nasid (&__get_cpu_var(__sn_cnodeid_to_nasid[0]))
+
+extern u8 sn_partition_id;
+extern u8 sn_system_size;
+extern u8 sn_sharing_domain_size;
+extern u8 sn_region_size;
+
extern void sn_flush_all_caches(long addr, long bytes);
#endif /* _ASM_IA64_SN_ARCH_H */