Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164696
b: refs/heads/master
c: 2a9ad18
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Sep 23, 2009
1 parent ba1b311 commit 4df007c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 128e8db38e30c1786498dfc011d0f9dd7f9f9266
refs/heads/master: 2a9ad18deb2870a9968f50351a0d4b8cc2a04099
3 changes: 3 additions & 0 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ static int static_obj(void *obj)
if ((addr >= start) && (addr < end))
return 1;

if (arch_is_kernel_data(addr))
return 1;

#ifdef CONFIG_SMP
/*
* percpu var?
Expand Down

0 comments on commit 4df007c

Please sign in to comment.