Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc3 20 lines 585 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __ASM_SN_SN_PRIVATE_H 3#define __ASM_SN_SN_PRIVATE_H 4 5#include <asm/sn/types.h> 6 7extern nasid_t master_nasid; 8 9extern void cpu_node_probe(void); 10extern cnodeid_t get_compact_nodeid(void); 11extern void hub_rtc_init(cnodeid_t); 12extern void cpu_time_init(void); 13extern void per_cpu_init(void); 14extern void install_cpu_nmi_handler(int slice); 15extern void install_ipi(void); 16extern void setup_replication_mask(void); 17extern void replicate_kernel_text(void); 18extern unsigned long node_getfirstfree(cnodeid_t); 19 20#endif /* __ASM_SN_SN_PRIVATE_H */