freebsd-skq/sys/sun4v/sun4v
jhb 19ddbf5c38 Add a new ipi_cpu() function to the MI IPI API that can be used to send an
IPI to a specific CPU by its cpuid.  Replace calls to ipi_selected() that
constructed a mask for a single CPU with calls to ipi_cpu() instead.  This
will matter more in the future when we transition from cpumask_t to
cpuset_t for CPU masks in which case building a CPU mask is more expensive.

Submitted by:	peter, sbruno
Reviewed by:	rookie
Obtained from:	Yahoo! (x86)
MFC after:	1 month
2010-08-06 15:36:59 +00:00
..
bus_machdep.c Merge r177565 from sparc64: 2010-02-01 10:18:00 +00:00
clock.c Adapt sparc64 and sun4v timer code for the new event timers infrastructure. 2010-07-29 12:08:46 +00:00
db_hwwatch.c
db_interface.c
db_trace.c - In GCC 4.2 __builtin_frame_address() was fixed to include the 2008-10-27 21:31:14 +00:00
dump_machdep.c Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
exception.S Allocate proper ammount of memory for interrupt names on sparc64 and 2010-07-16 22:09:29 +00:00
hcall.S
hv_pci.c Missed change to sun4v while adding iparent lookup to the OFW interrupt 2010-06-18 16:29:03 +00:00
hvcons.c Last minute TTY API change: remove mutex argument from tty_alloc(). 2009-05-29 06:41:23 +00:00
hviommu.c
interrupt.S
intr_machdep.c Adapt sparc64 and sun4v timer code for the new event timers infrastructure. 2010-07-29 12:08:46 +00:00
locore.S
machdep.c Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to 2010-06-30 18:03:42 +00:00
mp_exception.S
mp_locore.S
mp_machdep.c Add a new ipi_cpu() function to the MI IPI API that can be used to send an 2010-08-06 15:36:59 +00:00
nexus.c Remove an header which is unused for sun4v. 2008-05-02 17:44:18 +00:00
pmap.c Relax one of the new assertions in pmap_enter() a little. Specifically, 2010-06-11 15:49:39 +00:00
rtc.c
simdisk.c
stack_machdep.c Add additional checks of the kernel stack addresses in order to 2009-12-08 20:18:54 +00:00
support.S Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
swtch.S
tick.c Adapt sparc64 and sun4v timer code for the new event timers infrastructure. 2010-07-29 12:08:46 +00:00
trap_trace.S
trap.c Reorganize syscall entry and leave handling. 2010-05-23 18:32:02 +00:00
tsb.c
tte_hash.c
tte.c
uio_machdep.c
vm_machdep.c Extract the code that records syscall results in the frame into MD 2009-11-10 11:43:07 +00:00
vnex.c Remove an header which is unused for sun4v. 2008-05-02 17:44:18 +00:00
wbuf.S