]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/multicall: special-case singleton hypercalls
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Sat, 18 Dec 2010 01:32:28 +0000 (17:32 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 30 Aug 2011 15:08:53 +0000 (11:08 -0400)
commite1979cd8dc9351b1faf2f11a516717c0281e5d3c
tree9e7eebac79cbe7078918789a50f06f5c01971375
parent1971a488989d6967588c14bb184a263a5e3af645
xen/multicall: special-case singleton hypercalls

Singleton calls seem to end up being pretty common, so just
directly call the hypercall rather than going via multicall.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/multicalls.c