From: David S. Miller Date: Thu, 30 Oct 2008 06:18:41 +0000 (-0700) Subject: sparc64: Rework auxio driver to save some text space. X-Git-Tag: v2.6.29-rc1~568^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86821d18f9d8fd42fa3180ad3703d491aecc52d9;p=pandora-kernel.git sparc64: Rework auxio driver to save some text space. Use common functions instead of inlining and duplicating logic over and over to handle the SBUS vs. EBUS cases. Before: text data bss dec hex filename 715 568 16 1299 513 arch/sparc64/kernel/auxio.o After: text data bss dec hex filename 631 568 16 1215 4bf arch/sparc64/kernel/auxio.o Signed-off-by: David S. Miller --- Reading git-diff-tree failed