summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/cpu.c
AgeCommit message (Expand)Author
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-03Rename ci_spinup_stack to ci_stack and use it as the stack for both CPUJoel Sing
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-19Spin up secondary CPUs on hppa multiprocessor kernels. At this stage weJoel Sing
2010-05-06Ansify functions and use "clock" rather than the CPU name for clockJoel Sing
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2009-12-29Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUsJoel Sing
2009-02-08Make sure than cpu_hardclock() never sets a ``next interrupt value'' which hasMiod Vallat
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-10-26simplify cache print a bitMichael Shalayeff
2004-09-14store fpu version for later use. make sure to proper store/clear fpu state in...Michael Shalayeff
2004-09-14do not print anything about btlb if there is noneMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2003-08-22rework cpu identificationMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-03-29fix fpu printout and remove dead code pieceMichael Shalayeff
2002-12-08duh, provide a wrapper on the hardclock() since it's voidMichael Shalayeff
2002-11-27no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okMichael Shalayeff
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al...Michael Shalayeff
2002-05-08print parisc level w/ the the parisc version, not for each cpuMichael Shalayeff
2002-03-26need to mask out the upper part for the fpu version on printMichael Shalayeff
2002-03-21better cache mode printMichael Shalayeff
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-06no need to maskMichael Shalayeff
2002-03-06expand fpu name, makes line overflow a bit, maybe deal w/ it laterMichael Shalayeff
2002-03-05rearrange stuff, chat about cacheMichael Shalayeff
2002-02-11disable fpu on csw, print fpu version on cpu line, if presentMichael Shalayeff
2000-08-15print cpu revision and typeMichael Shalayeff
2000-07-03add luseless commentMichael Shalayeff
1999-11-26shorter text, so it fits in 80 columnsMichael Shalayeff
1999-08-16evcnt count the interrupts, also optimize diagnostic printingMichael Shalayeff
1999-08-14next try to print cpu model number.Michael Shalayeff
1999-04-20print cpu ID (type) if availableMichael Shalayeff
1999-02-17better cpu capabilities printing.Michael Shalayeff
1998-12-29some cpuMichael Shalayeff