summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/clock/ckinit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed old hack of using Configuration Table entry ticks_per_timesliceJoel Sherrill2000-01-111-16/+8
| | | | | | | being set to 0 to indicate that there should be no Clock Tick. This was used by the Timing Tests to avoid clock tick overhead perturbing execution times. Now the Timing Tests simply leave the Clock Tick Driver out of the Device Driver Table.
* Bug fix from Wayne Bullaughey <wayneb@cacdsp.com> to use the complementJoel Sherrill2000-01-111-1/+1
| | | | of the mask when disabling the interrupt.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-7/+12
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* commented out sccs_id's to eliminate warnings.Joel Sherrill1997-04-071-3/+7
|
* added $ string to file headerJoel Sherrill1996-09-111-1/+1
|
* added definition of EXT_INT5Joel Sherrill1996-09-081-1/+1
|
* removed need for exceptbdr.h fileJoel Sherrill1996-09-061-1/+1
|
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-061-0/+245
Derrick Ostertag (ostertag@transition.com).