]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Mon, 22 Dec 2014 18:33:10 +0000 (13:33 -0500)
committerDavid Vrabel <david.vrabel@citrix.com>
Tue, 23 Dec 2014 10:31:55 +0000 (10:31 +0000)
commit8b8cd8a3673dd766428aee8222fa8fd3fdd26d58
treef218d559b21e9e0e4fa7c5ffcc49c0be48e30dc6
parentf1d04b23b2015b4c3c0a8419677179b133afea08
x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()

There is no reason for having it and, with commit 250a1ac685f1 ("x86,
smpboot: Remove pointless preempt_disable() in
native_smp_prepare_cpus()"), it prevents HVM guests from booting.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/xen/time.c