diff options
Diffstat (limited to 'drivers/xen/gntdev.c')
-rw-r--r-- | drivers/xen/gntdev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/gntdev.c b/drivers/xen/gntdev.c index f914b26cf0c..772a5b8bbf2 100644 --- a/drivers/xen/gntdev.c +++ b/drivers/xen/gntdev.c | |||
@@ -188,9 +188,8 @@ static void gntdev_put_map(struct grant_map *map) | |||
188 | 188 | ||
189 | atomic_sub(map->count, &pages_mapped); | 189 | atomic_sub(map->count, &pages_mapped); |
190 | 190 | ||
191 | if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { | 191 | if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) |
192 | notify_remote_via_evtchn(map->notify.event); | 192 | notify_remote_via_evtchn(map->notify.event); |
193 | } | ||
194 | 193 | ||
195 | if (map->pages) { | 194 | if (map->pages) { |
196 | if (!use_ptemod) | 195 | if (!use_ptemod) |