From: Sarah Sharp Date: Fri, 30 Jul 2010 05:12:29 +0000 (-0700) Subject: USB: xhci: Performance - move interrupt handlers into xhci-ring.c X-Git-Tag: v2.6.36-rc1~293^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9032cd52798daf4cd6314ffea5030b37b3eb34af;p=pandora-kernel.git USB: xhci: Performance - move interrupt handlers into xhci-ring.c Most of the work for interrupt handling is done in xhci-ring.c, so it makes sense to move the functions that are first called when an interrupt happens (xhci_irq() or xhci_msi_irq()) into xhci-ring.c, so that the compiler can better optimize them. Shorten some lines to make it pass checkpatch. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed