John Baldwin
d9d8d1449d
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
..
2009-09-09 09:50:31 +00:00
2010-05-05 20:39:02 +00:00
2009-09-08 20:45:40 +00:00
2010-03-03 17:55:51 +00:00
2008-03-05 11:21:14 +00:00
2009-09-23 15:42:35 +00:00
2010-05-24 15:45:05 +00:00
2010-06-20 21:33:29 +00:00
2009-09-27 14:00:16 +00:00
2007-08-22 04:26:07 +00:00
2008-08-15 20:51:31 +00:00
2010-05-20 06:18:03 +00:00
2010-04-07 18:52:51 +00:00
2010-07-15 17:49:35 +00:00
2010-07-13 15:06:13 +00:00
2010-01-01 20:55:11 +00:00
2008-11-26 19:25:13 +00:00
2009-10-10 15:31:24 +00:00
2009-04-08 19:10:20 +00:00
2008-03-05 11:17:20 +00:00
2008-01-11 18:59:35 +00:00
2009-06-13 14:00:10 +00:00
2009-10-15 14:54:35 +00:00
2010-04-28 15:38:01 +00:00
2009-06-11 17:06:31 +00:00
2010-06-15 18:51:41 +00:00
2010-06-23 10:40:28 +00:00
2008-06-25 07:52:10 +00:00
2009-04-15 17:31:22 +00:00
2008-03-13 20:39:04 +00:00
2010-06-23 11:12:58 +00:00
2009-09-18 17:04:57 +00:00
2010-06-23 11:12:58 +00:00
2008-08-22 02:14:23 +00:00
2010-07-29 18:44:10 +00:00
2010-07-09 21:27:42 +00:00
2010-04-02 13:23:49 +00:00
2010-05-23 18:32:02 +00:00
2008-07-23 11:37:20 +00:00
2010-07-21 18:47:52 +00:00
2009-07-29 08:49:58 +00:00
2009-04-01 13:44:28 +00:00
2010-08-06 15:36:59 +00:00
2010-07-29 19:08:22 +00:00
2007-12-02 20:40:35 +00:00
2008-03-26 20:09:21 +00:00
2008-10-19 01:23:30 +00:00
2009-04-01 12:44:17 +00:00
2010-08-05 18:48:30 +00:00
2009-07-12 23:31:20 +00:00
2010-07-27 20:33:50 +00:00