Arun Sharma
60063497a9
atomic: use <linux/atomic.h>
...
This allows us to move duplicated code in <asm/atomic.h>
(atomic_inc_not_zero() for now) to <linux/atomic.h>
Signed-off-by: Arun Sharma <asharma@fb.com >
Reviewed-by: Eric Dumazet <eric.dumazet@gmail.com >
Cc: Ingo Molnar <mingo@elte.hu >
Cc: David Miller <davem@davemloft.net >
Cc: Eric Dumazet <eric.dumazet@gmail.com >
Acked-by: Mike Frysinger <vapier@gentoo.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-07-26 16:49:47 -07:00
Adrian Bunk
7a8fc9b248
removed unused #include <linux/version.h>'s
...
This patch lets the files using linux/version.h match the files that
#include it.
Signed-off-by: Adrian Bunk <bunk@kernel.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-08-23 12:14:12 -07:00
Matthew Wilcox
d3135846f6
drivers: Remove unnecessary inclusions of asm/semaphore.h
...
None of these files use any of the functionality promised by
asm/semaphore.h. It's possible that they rely on it dragging in some
unrelated header file, but I can't build all these files, so we'll have
fix any build failures as they come up.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com >
2008-04-18 22:16:32 -04:00
Henne
0d06b281a1
[SCSI] dpt: whitespace cleanup
...
Remove some trailing whitespaces and some replace whitespaces with tabs.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com >
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com >
2007-04-01 10:10:04 -05:00
Peter Zijlstra
7259f0d05d
[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD
...
kernel: INFO: trying to register non-static key.
kernel: the code is fine but needs lockdep annotation.
kernel: turning off the locking correctness validator.
kernel: [<c04051ed>] show_trace_log_lvl+0x58/0x16a
kernel: [<c04057fa>] show_trace+0xd/0x10
kernel: [<c0405913>] dump_stack+0x19/0x1b
kernel: [<c043b1e2>] __lock_acquire+0xf0/0x90d
kernel: [<c043bf70>] lock_acquire+0x4b/0x6b
kernel: [<c061472f>] _spin_lock_irqsave+0x22/0x32
kernel: [<c04363d3>] prepare_to_wait+0x17/0x4b
kernel: [<f89a24b6>] lpfc_do_work+0xdd/0xcc2 [lpfc]
kernel: [<c04361b9>] kthread+0xc3/0xf2
kernel: [<c0402005>] kernel_thread_helper+0x5/0xb
Another case of non-static lockdep keys; duplicate the paradigm set by
DECLARE_COMPLETION_ONSTACK and introduce DECLARE_WAIT_QUEUE_HEAD_ONSTACK.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Greg KH <gregkh@suse.de >
Cc: Markus Lidel <markus.lidel@shadowconnect.com >
Acked-by: Ingo Molnar <mingo@elte.hu >
Cc: Arjan van de Ven <arjan@infradead.org >
Cc: James Bottomley <James.Bottomley@steeleye.com >
Cc: Marcel Holtmann <marcel@holtmann.org >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-10-30 12:08:40 -08:00
Michal Piotrowski
288777f89a
[SCSI] drivers/scsi/dpt/dpti_i2o.h: removal of old scsi code
...
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com >
2006-09-26 10:40:13 -07:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02: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