Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71958
b: refs/heads/master
c: 214541d
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Oct 22, 2007
1 parent 720d13f commit cf60c74
Show file tree
Hide file tree
Showing 2 changed files with 7 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: e5371ac566b6794f2125393b6850909de9e16f58
refs/heads/master: 214541d1f30429922727040db3e2e4932ff24f46
6 changes: 6 additions & 0 deletions trunk/include/linux/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
name:
#endif

#ifndef WEAK
#define WEAK(name) \
.weak name; \
name:
#endif

#define KPROBE_ENTRY(name) \
.pushsection .kprobes.text, "ax"; \
ENTRY(name)
Expand Down

0 comments on commit cf60c74

Please sign in to comment.