diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2019-09-10 16:51:17 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-09-10 16:51:17 +0200 |
| commit | 8146856b0a2693d5f7334f720c9b39a987f7571d (patch) | |
| tree | e51fd6831162103d32e8a2ad83bf4077768a51b2 /arch/parisc/include/asm/kprobes.h | |
| parent | 16cfacc8085782dab8e365979356ce1ca87fd6cc (diff) | |
| parent | ff42df49e75f053a8a6b4c2533100cdcc23afe69 (diff) | |
| download | lwn-8146856b0a2693d5f7334f720c9b39a987f7571d.tar.gz lwn-8146856b0a2693d5f7334f720c9b39a987f7571d.zip | |
Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
PPC KVM update for 5.4
- Some prep for extending the uses of the rmap array
- Various minor fixes
- Commits from the powerpc topic/ppc-kvm branch, which fix a problem
with interrupts arriving after free_irq, causing host hangs and crashes.
Diffstat (limited to 'arch/parisc/include/asm/kprobes.h')
| -rw-r--r-- | arch/parisc/include/asm/kprobes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/kprobes.h b/arch/parisc/include/asm/kprobes.h index e09cf2deeafe..904034da4974 100644 --- a/arch/parisc/include/asm/kprobes.h +++ b/arch/parisc/include/asm/kprobes.h @@ -50,6 +50,10 @@ struct kprobe_ctlblk { int __kprobes parisc_kprobe_break_handler(struct pt_regs *regs); int __kprobes parisc_kprobe_ss_handler(struct pt_regs *regs); +static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) +{ + return 0; +} #endif /* CONFIG_KPROBES */ #endif /* _PARISC_KPROBES_H */ |
