summaryrefslogtreecommitdiffstats
path: root/arch/mips64/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use --trap for optimization.Ralf Baechle2000-07-121-2/+1
|
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-081-1/+1
| | | | | IRIX, to get the same kind of loader behavior. Read comments in mapped_kernel.h for more details.
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-061-0/+9
| | | | | | are placed in the cksseg area, and such behavior is tuned thru a make option (off by default). Basis for future kernel text replication and partitioning work/study.
* Next iteration, that should be it [tm].Harald Koerfgen2000-05-271-0/+5
| | | | | | | | | | | | | | | | | | * offset.h now depends on include/linux/autoconf.h as suggested by Ulf. That doesn't really make a difference, but it feels better :) * If include/asm-$(ARCH)/offset.h doesn't exist during a "make dep", create an empty one so that the dependecies are built correctly. That seems to be the correct fix. * Added a mrproper target to arch/$(ARCH)/tools/Makefile so that "make dep clean vmlinux" works. include/asm-$(ARCH)/offset.h is now beeing deleted with a "make mrproper". * While beeing at it, I added a mrproper target in arch/$(ARCH)/boot/Makefile as well. I'd appreciate if someone with a working MIPS64 toolchain (hint, hint) could check if this works as expected for MIPS64. Toggling CONFIG_SMP should rebuild nearly the whole kernel without the need for a "make clean" or something like that.
* no real solution for the offset.h-chicken-egg-problem, but this does all I wnatHarald Koerfgen2000-05-241-3/+0
|
* Add a rule for offset.h.Ulf Carlsson2000-05-231-0/+3
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-1/+2
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-2/+2
|
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-1/+33
| | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-4/+4
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-24/+16
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+124
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...