From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:16 +0000 (-0800) Subject: [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() X-Git-Tag: v2.6.17-rc1~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765f34fe324bdf0c0544b3404d25aaa511e3834b;p=pandora-kernel.git [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() This patch introduces the C-language equivalents of the functions below: int ext2_set_bit_atomic(int nr, volatile unsigned long *addr); int ext2_clear_bit_atomic(int nr, volatile unsigned long *addr); In include/asm-generic/bitops/ext2-atomic.h This code largely copied from: include/asm-sparc/bitops.h Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed