summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Declare as volatile the memory location referenced by a pointer rather thanalc2005-03-061-1/+1
* We seem to have occasions where sending an IPI takes significantlykensmith2004-09-291-1/+1
* Use vm_paddr_t for physical addresses.jake2003-04-081-5/+5
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-191-10/+10
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-221-6/+12
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterjake2002-07-261-4/+2
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* Remove test code.jake2002-06-081-1/+0
* Add SMP aware cache flushing functions, which operate on a single physicaljake2002-05-201-0/+50
* Make IPI_WAIT use a bit mask of the cpus that a pmap is active on and onlyjake2002-03-131-18/+12
* Implement delivery of tlb shootdown ipis. This is currently more fine grainedjake2002-03-071-24/+37
* Add support for starting secondary cpus in kernel, as opposed to relyingjake2002-03-041-10/+18
* Include intr_machdep.h only for !LOCORE.jake2002-02-231-2/+2
* Add extern to avoid sloppy common style declarations.jake2002-01-161-2/+2
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-081-0/+156
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+32
OpenPOWER on IntegriCloud