diff options
Diffstat (limited to 'arch/x86/xen')
-rw-r--r-- | arch/x86/xen/multicalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/multicalls.c b/arch/x86/xen/multicalls.c index 82f2513e9758..6cffd5532b91 100644 --- a/arch/x86/xen/multicalls.c +++ b/arch/x86/xen/multicalls.c | |||
@@ -179,7 +179,7 @@ void xen_mc_flush(void) | |||
179 | } | 179 | } |
180 | b->cbidx = 0; | 180 | b->cbidx = 0; |
181 | 181 | ||
182 | BUG_ON(ret); | 182 | WARN_ON(ret); |
183 | } | 183 | } |
184 | 184 | ||
185 | struct multicall_space __xen_mc_entry(size_t args) | 185 | struct multicall_space __xen_mc_entry(size_t args) |