Loading arch/sh/kernel/module.c +2 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc(size); return vmalloc_exec(size); } Loading Loading
arch/sh/kernel/module.c +2 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,8 @@ void *module_alloc(unsigned long size) { if (size == 0) return NULL; return vmalloc(size); return vmalloc_exec(size); } Loading