summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/delay.h
Commit message (Collapse)AuthorAgeFilesLines
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-261-5/+5
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-0/+2
| | | | Makefiles.
* Including config.h once is enough ...Ralf Baechle2000-07-121-2/+0
|
* Rewrite __udelay() once again. The old code was possibly resulting inRalf Baechle2000-07-041-9/+8
| | | | | ``forbidden or unknown register spilled'' compile errors with error line numbers pointing to some unrelated line.
* Same for MIPS64.Ulf Carlsson2000-07-021-1/+2
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-0/+2
|
* Change all instances of __SMP__ to CONFIG_SMP and includeRalf Baechle2000-04-231-1/+3
| | | | <linux/config.h> where necessary.
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+54
- 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 ...