summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/dev/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make need_resched() call cpu_unidle() such that we wake up a process running onkettenis2011-01-021-1/+14
* Implement cpu_unidle() for MP kernels.jsing2010-12-301-1/+8
* Allow processes to be scheduled onto secondary CPUs.jsing2010-06-261-9/+2
* Rename ci_spinup_stack to ci_stack and use it as the stack for both CPUjsing2010-06-031-15/+16
* Add support for IPIs on hppa.jsing2010-05-211-2/+11
* Spin up secondary CPUs on hppa multiprocessor kernels. At this stage wejsing2010-05-191-3/+108
* Ansify functions and use "clock" rather than the CPU name for clockjsing2010-05-061-13/+4
* Allow for multiple CPUs by moving to an array of cpu_info.jsing2010-04-011-1/+9
* Allow a multiprocessor kernel to compile.jsing2010-03-281-1/+8
* Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUsjsing2009-12-291-13/+10
* Make sure than cpu_hardclock() never sets a ``next interrupt value'' which hasmiod2009-02-081-8/+3
* fix new line in dmesg print on 8k cpusmickey2004-12-281-3/+4
* simplify cache print a bitmickey2004-10-261-5/+4
* store fpu version for later use. make sure to proper store/clear fpu state in fork/exec/exit/sendsigmickey2004-09-141-3/+5
* do not print anything about btlb if there is nonemickey2004-09-141-2/+2
* update copyright; miod@ is fine w/ files where he holds it toomickey2004-04-071-14/+10
* rework cpu identificationmickey2003-08-221-35/+7
* make all intr_establish take the same last arg for namemickey2003-08-071-2/+2
* fix fpu printout and remove dead code piecemickey2003-03-291-6/+3
* duh, provide a wrapper on the hardclock() since it's voidmickey2002-12-081-2/+9
* no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okmickey2002-11-271-2/+2
* fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() always returns some string; idea by fredette@mickey2002-05-231-10/+7
* print parisc level w/ the the parisc version, not for each cpumickey2002-05-081-2/+4
* need to mask out the upper part for the fpu version on printmickey2002-03-261-2/+2
* better cache mode printmickey2002-03-211-3/+3
* no need for reg.h in the frame.hmickey2002-03-191-1/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* no need to maskmickey2002-03-061-4/+4
* expand fpu name, makes line overflow a bit, maybe deal w/ it latermickey2002-03-061-4/+10
* rearrange stuff, chat about cachemickey2002-03-051-46/+45
* disable fpu on csw, print fpu version on cpu line, if presentmickey2002-02-111-10/+26
* print cpu revision and typemickey2000-08-151-3/+2
* add luseless commentmickey2000-07-031-1/+2
* shorter text, so it fits in 80 columnsmickey1999-11-261-5/+5
* evcnt count the interrupts, also optimize diagnostic printingmickey1999-08-161-2/+2
* next try to print cpu model number.mickey1999-08-141-12/+33
* print cpu ID (type) if availablemickey1999-04-201-53/+55
* better cpu capabilities printing.mickey1999-02-171-21/+17
* some cpumickey1998-12-291-0/+152