From: Isaku Yamahata Date: Mon, 16 Jun 2008 21:58:13 +0000 (-0700) Subject: xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). X-Git-Tag: v2.6.27-rc1~1106^2~251^24~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6673cf63e5d973db5145d1f48b354efcb9fe2a13;p=pandora-kernel.git xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). This patch is ported one from 534:77db69c38249 of linux-2.6.18-xen.hg. Use wmb instead of rmb to enforce ordering between evtchn_upcall_pending and evtchn_pending_sel stores in xen_evtchn_do_upcall(). Cc: Samuel Thibault Signed-off-by: Isaku Yamahata Cc: Nick Piggin Cc: the arch/x86 maintainers Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed