]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
arm: avoid inline asm for dsb, isb, wfi and sev.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 22 Feb 2013 08:57:42 +0000 (08:57 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Feb 2013 12:14:50 +0000 (12:14 +0000)
commit20d50e4310c0926ae4dd4c592e1ca25927925a8c
treee3926384806a433165f1c252007294509dbe3e78
parent6c7d2bad2f3ebba6fe79d9811c2cde237fa4bf16
arm: avoid inline asm for dsb, isb, wfi and sev.

"dsb" must be written "dsb sy" on arm64. "dsb sy" is also valid (and
synonymous) on arm32 but we have a macro so lets use it.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/arm/domain.c
xen/arch/arm/smpboot.c