Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30807
b: refs/heads/master
c: 8eb94f8
h: refs/heads/master
i:
  30805: 897adbb
  30803: 4995774
  30799: 1b35455
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jun 28, 2006
1 parent 976903f commit 41de213
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: f9b8404cf8f8456dfa83459510762b700dc00385
refs/heads/master: 8eb94f80dd2da5977c35cd094f0802c1501a12cd
6 changes: 6 additions & 0 deletions trunk/include/asm-generic/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@
__ret; \
})

#ifdef CONFIG_SMP
# define WARN_ON_SMP(x) WARN_ON(x)
#else
# define WARN_ON_SMP(x) do { } while (0)
#endif

#endif

0 comments on commit 41de213

Please sign in to comment.