From: David S. Miller Date: Tue, 19 Feb 2008 00:50:22 +0000 (-0800) Subject: [NET]: Elminate spurious print_mac() calls. X-Git-Tag: v2.6.25-rc3~126^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f789c48448aed74fe1c07af76de8f04adacec7d;p=pandora-kernel.git [NET]: Elminate spurious print_mac() calls. Patrick McHardy notes that print_mac() can get invoked even if the result it unused (f.e. as an argument to pr_debug() when DEBUG is not defined). Mark this function as "__pure" to eliminate this problem. Signed-off-by: David S. Miller --- Reading git-diff-tree failed