Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41005
b: refs/heads/master
c: 1ff5683
h: refs/heads/master
i:
  41003: 970392c
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Nov 17, 2006
1 parent fb0c7eb commit 08bca4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc1829a4c378d793fb3b95d56135d89a0d7ff72a
refs/heads/master: 1ff5683043196b9ad628a5de6bf8eeca52ee8bfd
3 changes: 2 additions & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,8 @@ static int static_obj(void *obj)
*/
for_each_possible_cpu(i) {
start = (unsigned long) &__per_cpu_start + per_cpu_offset(i);
end = (unsigned long) &__per_cpu_end + per_cpu_offset(i);
end = (unsigned long) &__per_cpu_start + PERCPU_ENOUGH_ROOM
+ per_cpu_offset(i);

if ((addr >= start) && (addr < end))
return 1;
Expand Down

0 comments on commit 08bca4d

Please sign in to comment.