From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:01 +0000 (-0800) Subject: [PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alpha_cix__ X-Git-Tag: v2.6.17-rc1~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b417d0c7cb6af4afb7bad6463f7f3227d8a5074;p=pandora-kernel.git [PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alpha_cix__ Use config options instead of gcc builtin definition to tell the use of instruction set extensions (CIX and FIX). This is introduced to tell the kbuild system the use of opmized hweight*() routines on alpha architecture. Signed-off-by: Akinobu Mita Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed