summaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel/module.c
Commit message (Collapse)AuthorAgeFilesLines
* modules: make arch's use default loader hooksJonas Bonn2011-07-241-54/+3Star
| | | | | | | | | | | | 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>
* module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0Star
| | | | | | | | Everyone cut and paste this comment from my original one. We now do it generically, so cut the comments. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Amerigo Wang <amwang@redhat.com>
* [PATCH] frv: add module support stubsDavid Howells2006-01-091-0/+80
Add stubs for FRV module support. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>