mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
[S390] Avoid excessive inlining.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
162e006ef5
commit
4d284cac76
46 changed files with 278 additions and 354 deletions
|
@ -59,7 +59,7 @@ void module_free(struct module *mod, void *module_region)
|
|||
table entries. */
|
||||
}
|
||||
|
||||
static inline void
|
||||
static void
|
||||
check_rela(Elf_Rela *rela, struct module *me)
|
||||
{
|
||||
struct mod_arch_syminfo *info;
|
||||
|
@ -182,7 +182,7 @@ apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex,
|
|||
return -ENOEXEC;
|
||||
}
|
||||
|
||||
static inline int
|
||||
static int
|
||||
apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab,
|
||||
struct module *me)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue