History log of /arch/score/kernel/module.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
66574cc05438dd0907029075d7e6ec5ac0036fbc 30-Jun-2011 Jonas Bonn <jonas@southpole.se> modules: make arch's use default loader hooks

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 <jonas@southpole.se>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
/arch/score/kernel/module.c
c6067472252c1d6155c7c01c93e0d580342cdb29 27-Jun-2009 Arnd Bergmann <arnd@arndb.de> score: cleanups: dead code, 0 as pointer, shadowed variables

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 <arnd@arndb.de>
/arch/score/kernel/module.c
9fb24cc50045ec8d13d0a6c3d4d454750b466d61 27-Jun-2009 Arnd Bergmann <arnd@arndb.de> score: add missing #includes

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 <arnd@arndb.de>
/arch/score/kernel/module.c
6bc9a3966f0395419b09b2ec90f89f7f00341b37 12-Jun-2009 Chen Liqin <liqin.chen@sunplusct.com> score: Add support for Sunplus S+core architecture

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 <liqin.chen@sunplusct.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
/arch/score/kernel/module.c