| 84 | } |
| 85 | |
| 86 | int arch_setup_additional_pages(struct rt_lwp *lwp) |
| 87 | { |
| 88 | int ret; |
| 89 | if (init_ret_flag != RT_EOK) return -RT_ERROR; |
| 90 | ret = __setup_additional_pages(VDSO_ABI_COMMON, lwp); |
| 91 | |
| 92 | return ret; |
| 93 | } |
| 94 | |
| 95 | |
| 96 | static void __initdata(void) |
nothing calls this directly
no test coverage detected