mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-08 15:33:47 +00:00
x86: trivial whitespace in kprobes.c
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
1379a5ce3f
commit
1017579a8c
1 changed files with 3 additions and 3 deletions
|
@ -583,8 +583,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
|
||||||
* When a retprobed function returns, this code saves registers and
|
* When a retprobed function returns, this code saves registers and
|
||||||
* calls trampoline_handler() runs, which calls the kretprobe's handler.
|
* calls trampoline_handler() runs, which calls the kretprobe's handler.
|
||||||
*/
|
*/
|
||||||
void __kprobes kretprobe_trampoline_holder(void)
|
void __kprobes kretprobe_trampoline_holder(void)
|
||||||
{
|
{
|
||||||
asm volatile (
|
asm volatile (
|
||||||
".global kretprobe_trampoline\n"
|
".global kretprobe_trampoline\n"
|
||||||
"kretprobe_trampoline: \n"
|
"kretprobe_trampoline: \n"
|
||||||
|
@ -670,7 +670,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
|
||||||
" popf\n"
|
" popf\n"
|
||||||
#endif
|
#endif
|
||||||
" ret\n");
|
" ret\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called from kretprobe_trampoline
|
* Called from kretprobe_trampoline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue