From: Cong Wang Date: Wed, 27 Jun 2012 05:02:49 +0000 (+0800) Subject: frv: remove the second parameter of kmap_atomic_primary() X-Git-Tag: v3.6-rc1~72^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144cf8647a831c96bce9c947671467d088d89d16;p=pandora-kernel.git frv: remove the second parameter of kmap_atomic_primary() All callers of kmap_atomic_primary() use __KM_CACHE, so it can be removed safely, and __kmap_atomic_primary() only check if 'type' if __KM_CACHE or not, so 'type' can be changed to a boolean as well. Ditto for kunmap_atomic_primary()/__kunmap_atomic_primary(). Acked-by: Geert Uytterhoeven Signed-off-by: Cong Wang --- Reading git-diff-tree failed