summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* MFp4:marcel2002-11-241-0/+1
* It appears CPU_MAXID should be 1 more than the number of CPU_* defines.obrien2002-10-061-1/+1
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-191-2/+0
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-121-1/+1
* Remove __P.alfred2002-03-201-27/+27
* Move a couple of prototypes together instead of being incompletelypeter2002-03-191-0/+4
* Add a couple of arguments to ia64_init. I'll use them later to improvedfr2001-09-291-1/+1
* KSE Milestone 2julian2001-09-121-8/+6
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-13/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-3/+0
* Clockframes have a trapframe stored in a cf_tf member, not ct_tf.jhb2001-02-241-1/+1
* Whitespace nits.jhb2001-02-241-2/+2
* Pass in process to mark ast on to aston().jhb2001-02-241-1/+1
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() andjhb2001-02-221-3/+6
* Catch up to new MI astpending and need_resched handling.jhb2001-02-221-20/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* - Proc locking.jhb2001-01-241-2/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-161-2/+2
* Implement a rudimentary interrupt handling system which should be gooddfr2000-10-121-2/+1
* * Fix exception handling so that it actually works. We can now handledfr2000-10-121-2/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-2/+1
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+174
OpenPOWER on IntegriCloud