lib: atomic64: Change the type of local lock to raw_spinlock_t
authorYong Zhang <yong.zhang0@gmail.com>
Wed, 14 Sep 2011 07:49:24 +0000 (15:49 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Sep 2011 11:14:11 +0000 (13:14 +0200)
commitcb475de3d12df6912bc95048202ae8c280d4cad5
tree31c799e706534bb2e3387a544ff4784e74d63967
parentf59ca05871a055a73f8e626f2d868f0da248e22c
lib: atomic64: Change the type of local lock to raw_spinlock_t

There are still some leftovers of commit f59ca058
[locking, lib/atomic64: Annotate atomic64_lock::lock as raw]

[ tglx: Seems I picked the wrong version of that patch :( ]

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Shan Hai <haishan.bai@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Link: http://lkml.kernel.org/r/20110914074924.GA16096@zhy
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
lib/atomic64.c