Skip to content

Commit

Permalink
Improved modules loader, more robust and works on 64bit kernels.
Browse files Browse the repository at this point in the history
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent 7ee8798 commit 4e6a05f
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 538 deletions.
6 changes: 1 addition & 5 deletions arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \
binfmt_irix-objs := irixelf.o irixinv.o irixioctl.o irixsig.o \
irix5sys.o sysirix.o

ifdef CONFIG_MODULES
obj-y += mips_ksyms.o module.o
obj-$(CONFIG_32BIT) += module-elf32.o
obj-$(CONFIG_64BIT) += module-elf64.o
endif
obj-$(CONFIG_MODULES) += mips_ksyms.o module.o

obj-$(CONFIG_CPU_R3000) += r2300_fpu.o r2300_switch.o
obj-$(CONFIG_CPU_TX39XX) += r2300_fpu.o r2300_switch.o
Expand Down
250 changes: 0 additions & 250 deletions arch/mips/kernel/module-elf32.c

This file was deleted.

Loading

0 comments on commit 4e6a05f

Please sign in to comment.