From: H. Peter Anvin Date: Thu, 15 Dec 2011 22:55:53 +0000 (-0800) Subject: x86, bitops: Move fls64.h inside __KERNEL__ X-Git-Tag: v3.3-rc1~188^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d99df7c4bf37176d8c7b199e3b129a51fa04c8;p=pandora-kernel.git x86, bitops: Move fls64.h inside __KERNEL__ We would include even without __KERNEL__, but that doesn't make sense, as: 1. That file provides fls64(), but the corresponding function fls() is not exported to user space. 2. The implementation of fls64.h uses kernel-only symbols. 3. fls64.h is not exported to user space. This appears to have been a bug introduced in checkin: d57594c203b1 bitops: use __fls for fls64 on 64-bit archs Cc: Stephen Hemminger Cc: Alexander van Heukelum Cc: David Howells Signed-off-by: H. Peter Anvin Link: http://lkml.kernel.org/r/4EEA77E1.6050009@zytor.com --- Reading git-diff-tree failed