summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* This should resolve most of the offset.h issues which popped up lately, I hope.Harald Koerfgen2000-05-262-5/+6
| | | | | | | | | * #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-232-98/+1
|
* Update defconfig files.Ralf Baechle2000-05-231-0/+47
|
* Some small fixes and cleanups:Harald Koerfgen2000-05-162-44/+0
| | | | | | | | o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed o we don't need a little endian version of waking_non_zero_interruptible() o arch/mips/config.in fixes and improvements o compile floppy/kbd/ide support only when the CONFIG options are set o IP22s aren't the only MIPS boxes without a PC speaker
* Fix SOCK_ constant definitions for all architectures. Patch sent toRalf Baechle2000-05-161-14/+14
| | | | | Linus. Our diffs relativ to Linus' latest and greatest is getting fairly small now.
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-125-1/+8
|
* Sony name change patches from Geert.Ralf Baechle2000-05-102-2/+2
|
* Remove dead .text.Ralf Baechle2000-04-291-1/+0
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-281-2/+1
|
* Change all instances of __SMP__ to CONFIG_SMP and includeRalf Baechle2000-04-235-9/+17
| | | | <linux/config.h> where necessary.
* Enclose the CP0_COUNT reading into __KERNEL__Florian Lohoff2000-04-221-0/+2
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-191-30/+6
|
* Pause(2) fix for 2.3.Ralf Baechle2000-04-182-2/+2
|
* Same semaphore alignment also for 2.3.Ralf Baechle2000-04-181-1/+1
|
* Port paccess.h from mips64. mips32 paccess.h differs from the original one inGleb O. Raiko2000-04-071-0/+98
| | | | | | | | the following: o works in case a constant address is passed to get_dbe/put_dbe o uses faster binary search :-) o the kernel are linked successfully even if get_dbe/put_dbe aren't used
* DDB5074 updates. From Geert.Ralf Baechle2000-03-292-4/+9
|
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-271-1/+3
|
* More random merges.Ralf Baechle2000-03-271-8/+5
|
* Change some prototypes of the 32-bit ARC library to be same as inRalf Baechle2000-03-263-12/+85
| | | | the 64-bit library. Needed by the sgiseeq driver.
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-254-105/+119
|
* Merge with Linux 2.3.99-pre2.Ralf Baechle2000-03-232-3/+10
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-194-47/+21
|
* MIPS64 SMP, compile only edition. Don't use yet ...Ralf Baechle2000-03-141-3/+5
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-1/+5
|
* Add R3081 supportGleb O. Raiko2000-03-133-5/+15
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-078-19/+27
|
* Update Baget stuffGleb O. Raiko2000-03-061-2/+11
|
* Merge with 2.3.48.Ralf Baechle2000-03-025-31/+28
|
* Same for 2.3.Ralf Baechle2000-02-291-2/+2
|
* move nop out of the loop in strncmp.Gleb O. Raiko2000-02-281-8/+6
| | | | It saves an instruction per loop, nothing more.
* Bits for libc.Ralf Baechle2000-02-251-4/+8
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-246-64/+118
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-237-116/+31
| | | | driver due to the Origin A64 hacks.
* Fix the fix of the fix.Ralf Baechle2000-02-211-3/+3
|
* o default configuration for DECstations addedHarald Koerfgen2000-02-191-1/+7
| | | | o minor R3000 and DECstations related fixes
* Fix copy_from_user() in modules and 64-bit kernel.Ralf Baechle2000-02-191-3/+7
|
* Merge with Linux 2.3.43.Ralf Baechle2000-02-181-3/+3
|
* Merge with Linux 2.3.41.Ralf Baechle2000-02-188-16/+350
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-162-22/+12
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-169-45/+185
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-132-7/+12
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* Merge with Linux 2.3.38.Ralf Baechle2000-02-053-3/+44
|
* Don't use __SSIZE_TYPE__ any longer, egcs 2.96 does no longer defineRalf Baechle2000-02-041-11/+7
| | | | | it. And while we're at it also eleminate the use of __SIZE_TYPE__ and __PTRDIFF_TYPE__.
* Fix the fix.Ralf Baechle2000-02-041-3/+3
|
* Fix stupid braino in msync(2) flags definitions.Ralf Baechle2000-02-041-3/+3
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-049-249/+276
|
* Make the Indy compile.Ralf Baechle2000-01-311-2/+2
|
* Merge with 2.3.27.Ralf Baechle2000-01-299-77/+55
|