cregit-Linux how code gets into the kernel

Release 4.11 arch/metag/mm/extable.c

Directory: arch/metag/mm
#include <linux/extable.h>
#include <linux/uaccess.h>


int fixup_exception(struct pt_regs *regs) { const struct exception_table_entry *fixup; unsigned long pc = instruction_pointer(regs); fixup = search_exception_tables(pc); if (fixup) regs->ctx.CurrPC = fixup->fixup; return fixup != NULL; }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan51100.00%1100.00%
Total51100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan5698.25%150.00%
Paul Gortmaker11.75%150.00%
Total57100.00%2100.00%
Directory: arch/metag/mm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.