aboutsummaryrefslogtreecommitdiff
path: root/arch/score/kernel/module.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-26/+3
This patch removes all the module loader hook implementations in the architecture specific code where the functionality is the same as that now provided by the recently added default hooks. Signed-off-by: Jonas Bonn <[email protected]> Acked-by: Mike Frysinger <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Tested-by: Michal Simek <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
2009-06-27score: cleanups: dead code, 0 as pointer, shadowed variablesArnd Bergmann1-6/+6
A few smaller issues found by sparse, some code that was never used, two instances of '0' instead of 'NULL' and local variables shadowing another one. Signed-off-by: Arnd Bergmann <[email protected]>
2009-06-27score: add missing #includesArnd Bergmann1-0/+1
Files that define a global function should #include the header with its declaration to make sure that the prototypes do not diverge. Signed-off-by: Arnd Bergmann <[email protected]>
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+164
This is the complete set of new arch Score's files for linux. Score instruction set support 16bits, 32bits and 64bits instruction, Score SOC had been used in game machine and LCD TV. Signed-off-by: Chen Liqin <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>