|
Last change
on this file was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- revision copy newcon3sk r27
|
-
Property svn:executable set to
*
|
|
File size:
538 bytes
|
| Line | |
|---|
| 1 | #ifndef __ASM_SN_SN_PRIVATE_H |
|---|
| 2 | #define __ASM_SN_SN_PRIVATE_H |
|---|
| 3 | |
|---|
| 4 | #include <asm/sn/types.h> |
|---|
| 5 | |
|---|
| 6 | extern nasid_t master_nasid; |
|---|
| 7 | |
|---|
| 8 | extern void cpu_node_probe(void); |
|---|
| 9 | extern cnodeid_t get_compact_nodeid(void); |
|---|
| 10 | extern void hub_rtc_init(cnodeid_t); |
|---|
| 11 | extern void cpu_time_init(void); |
|---|
| 12 | extern void per_cpu_init(void); |
|---|
| 13 | extern void install_cpu_nmi_handler(int slice); |
|---|
| 14 | extern void install_ipi(void); |
|---|
| 15 | extern void setup_replication_mask(void); |
|---|
| 16 | extern void replicate_kernel_text(void); |
|---|
| 17 | extern pfn_t node_getfirstfree(cnodeid_t); |
|---|
| 18 | |
|---|
| 19 | #endif /* __ASM_SN_SN_PRIVATE_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.