cregit-Linux how code gets into the kernel

Release 4.10 arch/arm/mach-hisi/core.h

#ifndef __HISILICON_CORE_H

#define __HISILICON_CORE_H

#include <linux/reboot.h>

extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
extern int hi3xxx_get_cpu_jump(int cpu);
extern void secondary_startup(void);

extern void hi3xxx_cpu_die(unsigned int cpu);
extern int hi3xxx_cpu_kill(unsigned int cpu);
extern void hi3xxx_set_cpu(int cpu, bool enable);

extern void hix5hd2_set_cpu(int cpu, bool enable);
extern void hix5hd2_cpu_die(unsigned int cpu);

extern void hip01_set_cpu(int cpu, bool enable);
extern void hip01_cpu_die(unsigned int cpu);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
kevin hilmankevin hilman3835.51%125.00%
zhangfei gaozhangfei gao2927.10%125.00%
wang longwang long2018.69%125.00%
haifeng yanhaifeng yan2018.69%125.00%
Total107100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.