summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/offset.h
Commit message (Collapse)AuthorAgeFilesLines
* This should resolve most of the offset.h issues which popped up lately, I hope.Harald Koerfgen2000-05-261-1/+0
| | | | | | | | | * #include <asm/offset.h> #ifdef'd: init/main.c and $(arch)/tools/offset.c compile without include/asm-$(ARCH)/offset.h. * include/asm-$(ARCH)/offset.h is now depending on $(TOPDIR)/.config: offset.h is beeing rebuilt when .config changes. Please don't count on that, makedep doesn't do it's job very well in this case and objects depending on offset.h aren't neccesarily rebuilt :(
* Further stresstesting revealed weaknesses in my first proposal.Harald Koerfgen2000-05-241-0/+1
| | | | This one survives "make distclean" and "make dep clean vmlinux".
* no real solution for the offset.h-chicken-egg-problem, but this does all I wnatHarald Koerfgen2000-05-241-0/+0
|
* HousekeepingHarald Koerfgen2000-05-231-99/+0
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-1/+1
|
* o New offsets.Ulf Carlsson2000-03-181-22/+22
|
* MIPS64 SMP, compile only edition. Don't use yet ...Ralf Baechle2000-03-141-22/+23
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-23/+23
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-22/+22
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-24/+24
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-1/+1
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-1/+1
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-65/+64
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-14/+11
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+102
- 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 ...