Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169410
b: refs/heads/master
c: 8222d71
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Frederic Weisbecker committed Aug 30, 2009
1 parent 7af665e commit cf03b62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f270083587a4cb70fa14f0e2fd698eb08a4dd07
refs/heads/master: 8222d718b3ad3ae49c48f69ae4b6a1128c9a92cf
8 changes: 8 additions & 0 deletions trunk/arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,10 @@ END(interrupt)
call \func
.endm

/*
* Interrupt entry/exit should be protected against kprobes
*/
.pushsection .kprobes.text, "ax"
/*
* The interrupt stubs push (~vector+0x80) onto the stack and
* then jump to common_interrupt.
Expand Down Expand Up @@ -947,6 +951,10 @@ ENTRY(retint_kernel)

CFI_ENDPROC
END(common_interrupt)
/*
* End of kprobes section
*/
.popsection

/*
* APIC interrupts.
Expand Down

0 comments on commit cf03b62

Please sign in to comment.