|
@@ -167,14 +167,14 @@ sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot,
|
|
}
|
|
}
|
|
|
|
|
|
save_static_function(sys_fork);
|
|
save_static_function(sys_fork);
|
|
-__attribute_used__ noinline static int
|
|
|
|
|
|
+static int __used noinline
|
|
_sys_fork(nabi_no_regargs struct pt_regs regs)
|
|
_sys_fork(nabi_no_regargs struct pt_regs regs)
|
|
{
|
|
{
|
|
return do_fork(SIGCHLD, regs.regs[29], ®s, 0, NULL, NULL);
|
|
return do_fork(SIGCHLD, regs.regs[29], ®s, 0, NULL, NULL);
|
|
}
|
|
}
|
|
|
|
|
|
save_static_function(sys_clone);
|
|
save_static_function(sys_clone);
|
|
-__attribute_used__ noinline static int
|
|
|
|
|
|
+static int __used noinline
|
|
_sys_clone(nabi_no_regargs struct pt_regs regs)
|
|
_sys_clone(nabi_no_regargs struct pt_regs regs)
|
|
{
|
|
{
|
|
unsigned long clone_flags;
|
|
unsigned long clone_flags;
|