]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: prepare module_64.c for unification
authorSam Ravnborg <sam@ravnborg.org>
Fri, 26 Dec 2008 23:37:24 +0000 (15:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Dec 2008 23:37:24 +0000 (15:37 -0800)
commitc7334ae8b5ed3a4a7cf6d2441b25bca0a406dcd2
treec122deef6b73133c897c0104c5a0a1e776fb05ed
parent56d397a164bf10313438084fe8af52028eca823f
sparc64: prepare module_64.c for unification

o Introduce a helper function
o Combine sparc64 specific case values
o add ifdef's around sparc64 code snippets

Note: The ifdef around the BUG_ON is highly questionable
      but for now the safe approach was taken

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/module_64.c