Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189448
b: refs/heads/master
c: d5e50da
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Tejun Heo committed Mar 31, 2010
1 parent 1a783bc commit 9f51b7c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 10fad5e46f6c7bdfb01b1a012380a38e3c6ab346
refs/heads/master: d5e50daf92df8afcb701fd717b301985691e802f
5 changes: 5 additions & 0 deletions trunk/include/linux/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,11 @@ static inline bool is_module_address(unsigned long addr)
return false;
}

static inline bool is_module_percpu_address(unsigned long addr)
{
return false;
}

static inline bool is_module_text_address(unsigned long addr)
{
return false;
Expand Down

0 comments on commit 9f51b7c

Please sign in to comment.