commit | 86821d18f9d8fd42fa3180ad3703d491aecc52d9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Oct 29 23:18:41 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 04 09:16:44 2008 -0800 |
tree | 003f664c4bbe560968207a0067340fa3728e9b15 | |
parent | 6d1e428a4e02761250c6498fe63657444fdfc3d5 [diff] |
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 <davem@davemloft.net>