diff options
| -rw-r--r-- | arch/powerpc/kernel/vdso.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c index 3702df7dc567..d3437c4c4a6f 100644 --- a/arch/powerpc/kernel/vdso.c +++ b/arch/powerpc/kernel/vdso.c | |||
| @@ -336,9 +336,9 @@ static unsigned long __init find_function32(struct lib32_elfinfo *lib, | |||
| 336 | return sym->st_value - VDSO32_LBASE; | 336 | return sym->st_value - VDSO32_LBASE; |
| 337 | } | 337 | } |
| 338 | 338 | ||
| 339 | static int vdso_do_func_patch32(struct lib32_elfinfo *v32, | 339 | static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, |
| 340 | struct lib64_elfinfo *v64, | 340 | struct lib64_elfinfo *v64, |
| 341 | const char *orig, const char *fix) | 341 | const char *orig, const char *fix) |
| 342 | { | 342 | { |
| 343 | Elf32_Sym *sym32_gen, *sym32_fix; | 343 | Elf32_Sym *sym32_gen, *sym32_fix; |
| 344 | 344 | ||
| @@ -433,9 +433,9 @@ static unsigned long __init find_function64(struct lib64_elfinfo *lib, | |||
| 433 | #endif | 433 | #endif |
| 434 | } | 434 | } |
| 435 | 435 | ||
| 436 | static int vdso_do_func_patch64(struct lib32_elfinfo *v32, | 436 | static int __init vdso_do_func_patch64(struct lib32_elfinfo *v32, |
| 437 | struct lib64_elfinfo *v64, | 437 | struct lib64_elfinfo *v64, |
| 438 | const char *orig, const char *fix) | 438 | const char *orig, const char *fix) |
| 439 | { | 439 | { |
| 440 | Elf64_Sym *sym64_gen, *sym64_fix; | 440 | Elf64_Sym *sym64_gen, *sym64_fix; |
| 441 | 441 | ||
