summaryrefslogtreecommitdiff
path: root/sys/arch/hp700/include/cpu.h
AgeCommit message (Expand)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2013-02-12The file needs opt_multiprocessor to get the CR_CURCPU define.skrll
2012-05-23Rework the hp700 interrupt code toskrll
2012-04-05Split out cpu_softc into cpuvar.hskrll
2012-01-20Whitespaceskrll
2012-01-20Add a comment.skrll
2011-02-07Fix PR/44500 for hppa.skrll
2011-01-31Fix CPU_INFO_FOREACH.skrll
2011-01-31Rename hppa_ncpus hppa_ncpu.skrll
2011-01-25Trailing whitespace.skrll
2011-01-25define<tab>skrll
2011-01-24Provide LWP_PCskrll
2011-01-23Detect and spin up non-boot CPUs.skrll
2011-01-23Make some more information (psw/fpu_state) per cpu.skrll
2011-01-22Fix MULTIPROCESSOR curlwp/curcpu handling.skrll
2011-01-20Move the clock_intr declaration.skrll
2011-01-17Whitespace.skrll
2010-12-26Expose parts of struct cpu_info if _KMEMUSER is defined, for the benefithe
2010-12-24LOCKDEBUG is not referenced in this file anymore.skrll
2010-12-12Update struct pdc_model with hwmodel and hv fields for hvers.skrll
2010-06-06MULTIPROCESSOR fixesskrll
2010-06-06Fix CPU_INFO_FOREACH in previous.skrll
2010-06-06*** empty log message ***skrll
2010-06-04Remove unncessary cast.skrll
2010-06-04Change struct cpu_info layout to improve cache footprint. From OpenBSD.skrll
2010-06-01Add the lcd(4) driver from OpenBSD. Thanks to Adam Hoka for doing most ofskrll
2010-04-26Provide hppa_cpu_hastlbu_pskrll
2010-04-06Add hppa_cpu_ispa20_pskrll
2010-04-03Add md_astpending to struct mdlwp and use it.skrll
2010-04-02Per-cpu "physical" trap save area.skrll
2010-03-31Make cpl, ipending, and intr_depth per CPU values.skrll
2010-03-31#define<tab>skrll
2010-03-30Comments against #endifs.skrll
2010-03-07Whitespace.skrll
2010-03-06Add #include "opt_cputype.h" where necessary.skrll
2010-02-17Add some comments.skrll
2010-02-17Whitespace.skrll
2010-02-17Add aliasing defines for PA2.0 cpus.skrll
2009-06-03Do not use lwp_trampoline for cpu_setfunc, but a simplified setfunc_trampolineskrll
2009-05-13If the PDC_MODEL_CPUID call fails use cpu_hvers to work out cpu_type.skrll
2009-05-09Don't overload cpu_type in cpuid().skrll
2009-05-08Whitespace.skrll
2009-04-30Move HPPA_SID_KERNEL into pmap.h and deal with the move.skrll
2009-04-30Merge nick-hppapmap.skrll
2008-09-06Add a comment and whitespace.skrll
2008-02-27Remove CTL_MACHDEP_NAMES, it's not used anywhere.xtraeme
2008-02-03Add bootinfo support for hppa.skrll
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-02Make want_resched a member of cpu_info.skrll
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt