Re: [PATCH v2 48/76] ARC: Module support

2013-01-19 Thread Vineet Gupta
On Friday 18 January 2013 08:20 PM, Arnd Bergmann wrote: > On Friday 18 January 2013, Vineet Gupta wrote: > >> +int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, >> + char *secstr, struct module *mod) >> +{ >> +return 0; >> +} >> + >> +void

Re: [PATCH v2 48/76] ARC: Module support

2013-01-19 Thread Vineet Gupta
On Friday 18 January 2013 08:20 PM, Arnd Bergmann wrote: On Friday 18 January 2013, Vineet Gupta wrote: +int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, + char *secstr, struct module *mod) +{ +return 0; +} + +void module_arch_cleanup(struct

Re: [PATCH v2 48/76] ARC: Module support

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: > +int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, > + char *secstr, struct module *mod) > +{ > +return 0; > +} > + > +void module_arch_cleanup(struct module *mod) > +{ > +} > + > +int

[PATCH v2 48/76] ARC: Module support

2013-01-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- arch/arc/include/asm/module.h |4 ++ arch/arc/kernel/Makefile |1 + arch/arc/kernel/module.c | 103 + 3 files changed, 108 insertions(+), 0 deletions(-) create mode 100644 arch/arc/kernel/module.c diff

[PATCH v2 48/76] ARC: Module support

2013-01-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com --- arch/arc/include/asm/module.h |4 ++ arch/arc/kernel/Makefile |1 + arch/arc/kernel/module.c | 103 + 3 files changed, 108 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH v2 48/76] ARC: Module support

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: +int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, + char *secstr, struct module *mod) +{ +return 0; +} + +void module_arch_cleanup(struct module *mod) +{ +} + +int module_finalize(const