1. 05 5月, 2008 1 次提交
    • L
      [POWERPC] spufs: try to route SPU interrupts to local node · 7a214200
      Luke Browning 提交于
      Currently, we re-route SPU interrupts to the current cpu, which may be
      on a remote node. In the case of time slicing, all spu interrupts will
      end up routed to the same cpu, where the spusched_tick occurs.
      
      This change routes mfc interrupts to the cpu where the controlling
      thread last ran, provided that cpu is on the same node as the spu
      (otherwise don't reroute interrupts).
      
      This should improve performance and provide a more predictable
      environment for processing spu exceptions. In the past we have seen
      concurrent delivery of spu exceptions to two cpus. This eliminates that
      concern.
      Signed-off-by: NLuke Browning <lukebr@linux.vnet.ibm.com>
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      7a214200
  2. 30 4月, 2008 2 次提交
  3. 11 3月, 2008 1 次提交
  4. 08 2月, 2008 1 次提交
  5. 06 2月, 2008 1 次提交
  6. 21 12月, 2007 7 次提交
  7. 19 9月, 2007 4 次提交
  8. 25 7月, 2007 1 次提交
  9. 21 7月, 2007 8 次提交
  10. 03 7月, 2007 9 次提交
  11. 07 6月, 2007 1 次提交
  12. 24 4月, 2007 4 次提交