Thomas Gleixner
c16a87ce06
rwsem: Cleanup includes
...
All rwsem implementations include the same headers. Include them from
include/linux/rwsem.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: David Howells <dhowells@redhat.com >
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org >
Cc: Matt Turner <mattst88@gmail.com >
Acked-by: Tony Luck <tony.luck@intel.com >
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com >
Cc: Paul Mundt <lethal@linux-sh.org >
Acked-by: David Miller <davem@davemloft.net >
Cc: Chris Zankel <chris@zankel.net >
LKML-Reference: <20110126195833.483520950@linutronix.de >
2011-01-27 12:30:38 +01:00
Robert P. J. Day
735643ee6c
Remove "#ifdef __KERNEL__" checks from unexported headers
...
Remove the "#ifdef __KERNEL__" tests from unexported header files in
linux/include whose entire contents are wrapped in that preprocessor
test.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Sam Ravnborg <sam@ravnborg.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-04-30 08:29:54 -07:00
Ingo Molnar
5fca80e8b4
[PATCH] lockdep: add more rwsem.h documentation
...
Add more documentation to rwsem.h.
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Cc: David Howells <dhowells@redhat.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-10 13:24:14 -07:00
Ingo Molnar
4ea2176dfa
[PATCH] lockdep: prove rwsem locking correctness
...
Use the lock validator framework to prove rwsem locking correctness.
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-03 15:27:04 -07:00
Ingo Molnar
c4e05116a2
[PATCH] lockdep: clean up rwsems
...
Clean up rwsems.
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-03 15:27:01 -07:00
David Woodhouse
62c4f0a2d5
Don't include linux/config.h from anywhere else in include/
...
Signed-off-by: David Woodhouse <dwmw2@infradead.org >
2006-04-26 12:56:16 +01:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00