From c73bc7026d7785fc627a8da7bbdd9d172001a59f Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Sun, 25 Nov 2012 16:48:23 +0900 Subject: [PATCH] blackfin: use bitmap library functions The bitmap library provides more efficient functions than accessing individual bits with bitops. This uses bitmap_find_next_zero_area() to find a continuing zero area, and uses bitmap_set()/bitmap_clear() to set/clear specified bit area. Signed-off-by: Akinobu Mita Cc: Mike Frysinger Cc: uclinux-dist-devel@blackfin.uclinux.org Signed-off-by: Bob Liu --- Reading git-format-patch failed