aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/kernel/module.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov1-11/+8
Replace #ifdef'fed/commented out debug printk statements with pr_debug. Replace printk statements with pr_* equivalents. Signed-off-by: Max Filippov <[email protected]>
2012-12-18xtensa: clean up files to make them code-style compliantChris Zankel1-1/+1
Remove heading and trailing spaces, trim trailing lines, and wrap lines that are longer than 80 characters. Signed-off-by: Chris Zankel <[email protected]>
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-43/+0
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-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
Everyone cut and paste this comment from my original one. We now do it generically, so cut the comments. Signed-off-by: Rusty Russell <[email protected]> Cc: Amerigo Wang <[email protected]>
2008-02-13[XTENSA] Fix modules for non-exec processor configurationsChris Zankel1-1/+1
We need to use vmalloc_exec for module loading. Also remove the definitions MODULE_START and MODULE_END, which wasn't used, and increase the VMALLOC memory range accordingly. Signed-off-by: Chris Zankel <[email protected]>
2007-08-27[XTENSA] Add kernel module supportChris Zankel1-18/+177
Add kernel module support. Signed-off-by: Chris Zankel <[email protected]>
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2005-06-24[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 3Chris Zankel1-0/+78
The attached patches provides part 3 of an architecture implementation for the Tensilica Xtensa CPU series. Signed-off-by: Chris Zankel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>