History log of /arch/arc/kernel/module.c
Revision Date Author Comments
955ad5959f913bd340ecb8d5e78d03ef7d1b0392 06-Mar-2013 Sachin Kamat <sachin.kamat@linaro.org> ARC: Fix coding style issues

Fixes the following coding style issues as detected by checkpatch:
ERROR: space required before the open parenthesis '('
ERROR: "foo * bar" should be "foo *bar"
WARNING: space prohibited between function name and open parenthesis '('
WARNING: please, no spaces at the start of a line

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
854a0d95056c265d96cb449bc97bc5ef9bbed835 22-Jan-2013 Vineet Gupta <vgupta@synopsys.com> ARC: DWARF2 .debug_frame based stack unwinder

-Originally written by Rajeshwar Ranga
-Derived off of generic unwinder in 2.6.19 and adapted to ARC

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Rajeshwar Ranga <rajeshwar.ranga@gmail.com>
fa1c3ff935179453801d763940c38c3ac2d581eb 29-Jan-2013 Vineet Gupta <vgupta@synopsys.com> ARC: Module support

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>