cregit-Linux how code gets into the kernel

Release 4.13 arch/arm/include/asm/system_misc.h

#ifndef __ASM_ARM_SYSTEM_MISC_H

#define __ASM_ARM_SYSTEM_MISC_H

#ifndef __ASSEMBLY__

#include <linux/compiler.h>
#include <linux/linkage.h>
#include <linux/irqflags.h>
#include <linux/reboot.h>

extern void cpu_init(void);

void soft_restart(unsigned long);
extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
extern void (*arm_pm_idle)(void);


#define UDBG_UNDEFINED	(1 << 0)

#define UDBG_SYSCALL	(1 << 1)

#define UDBG_BADABORT	(1 << 2)

#define UDBG_SEGV	(1 << 3)

#define UDBG_BUS	(1 << 4)

extern unsigned int user_debug;


static inline int handle_guest_sea(phys_addr_t addr, unsigned int esr) { return -1; }

Contributors

PersonTokensPropCommitsCommitProp
Tyler Baicar18100.00%1100.00%
Total18100.00%1100.00%

#endif /* !__ASSEMBLY__ */ #endif /* __ASM_ARM_SYSTEM_MISC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells7769.37%125.00%
Tyler Baicar1816.22%125.00%
Linus Torvalds109.01%125.00%
Robin Holt65.41%125.00%
Total111100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.