From: Boris Ostrovsky Date: Mon, 22 Dec 2014 18:33:10 +0000 (-0500) Subject: x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer() X-Git-Tag: fixes-v4.0-rc1~304^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8cd8a3673dd766428aee8222fa8fd3fdd26d58;p=pandora-kernel.git 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 Signed-off-by: David Vrabel --- Reading git-diff-tree failed