summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/mp_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-282/+7
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-16/+16
* - Define and use MAXCPU like the alpha and i386 instead of NCPUS.jhb2001-03-241-5/+5
* Don't psignal() a process from forward_hardclock() but set the appropriatejhb2001-03-061-2/+2
* RIP <machine/lock.h>.markm2001-02-111-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Change cpuno to cpuid.dfr2001-01-241-25/+25
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-39/+6
* - Proc locking.jhb2001-01-241-22/+27
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-3/+3
* Minor build fixes.dfr2000-10-261-1/+1
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-2/+0
* Bodge the simplelocks in a way which works UP.dfr2000-09-291-1/+7
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+789
OpenPOWER on IntegriCloud