commit | f4a8773676c21a68b0666fbe48af4fe1af89dfa9 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Fri Feb 27 14:03:05 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 27 16:26:21 2009 -0800 |
tree | 1ae344b48e791f3abf9310ec71bb15ddd72b2ae1 | |
parent | cbb766766f3f2f6d9326c561b1020590642c6e39 [diff] |
checkpatch: make in_atomic ok in the core We say that in_atomic() is ok in the core kernel, but then always report it regardless of where in the kernel it is. Keep quiet if it is used in kernel/*. Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>