Merge branch 'x86/irq' into x86/core
This commit is contained in:
commit
bed4f13065
20 changed files with 1062 additions and 954 deletions
|
|
@ -64,14 +64,6 @@
|
|||
name:
|
||||
#endif
|
||||
|
||||
#define KPROBE_ENTRY(name) \
|
||||
.pushsection .kprobes.text, "ax"; \
|
||||
ENTRY(name)
|
||||
|
||||
#define KPROBE_END(name) \
|
||||
END(name); \
|
||||
.popsection
|
||||
|
||||
#ifndef END
|
||||
#define END(name) \
|
||||
.size name, .-name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue