From: Takuya Yoshikawa Date: Fri, 5 Oct 2012 00:13:12 +0000 (-0700) Subject: kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74ca3b3fd0fac08167ff96287cece56e8ca6f4d;p=pandora-kernel.git kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() Now that we have defined generic set_bit_le() we do not need to use test_and_set_bit_le() for atomically setting a bit. Signed-off-by: Takuya Yoshikawa Cc: Avi Kivity Cc: Marcelo Tosatti Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed