cregit-Linux how code gets into the kernel

Release 4.11 arch/mips/include/asm/extable.h

#ifndef _ASM_EXTABLE_H

#define _ASM_EXTABLE_H


struct exception_table_entry
{
	
unsigned long insn;
	
unsigned long nextinsn;
};

struct pt_regs;
extern int fixup_exception(struct pt_regs *regs);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Al Viro34100.00%1100.00%
Total34100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.