]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen: dont fiddle with event channel masking in suspend/resume
authorJuergen Gross <jgross@suse.com>
Mon, 17 Jul 2017 17:47:03 +0000 (19:47 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 27 Jul 2017 17:55:46 +0000 (19:55 +0200)
commite91b2b1194335ca83d8a40fa4e0efd480bf2babe
treee16e23b8623f63ddbfbdd70e5a1c7b5c2d7b240e
parent039937308e55fba152a40e5d729a43731f56acab
xen: dont fiddle with event channel masking in suspend/resume

Instead of fiddling with masking the event channels during suspend
and resume handling let do the irq subsystem do its job. It will do
the mask and unmask operations as needed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Tested-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/events/events_base.c