cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Viro3497.14%150.00%
Greg Kroah-Hartman12.86%150.00%
Total35100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.