From: Stephen Hemminger Date: Wed, 2 Nov 2005 00:52:11 +0000 (-0800) Subject: [ETHERNET]: Optimize is_broadcast_ether_addr X-Git-Tag: v2.6.15-rc1~452^2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2407534f8be8015d585104bcc4374870b6b70fe7;p=pandora-kernel.git [ETHERNET]: Optimize is_broadcast_ether_addr Optimize the match for broadcast address by using bit operations instead of comparison. This saves a number of conditional branches, and generates smaller code. Signed-off-by: Stephen Hemminger Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed