git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab0d47
)
xen: disable interrupts early, as start_kernel expects
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Wed, 25 Feb 2009 17:42:25 +0000
(09:42 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 25 Feb 2009 17:51:57 +0000
(18:51 +0100)
This avoids a lockdep warning from:
if (DEBUG_LOCKS_WARN_ON(unlikely(!early_boot_irqs_enabled)))
return;
in trace_hardirqs_on_caller();
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Mark McLoughlin <markmc@redhat.com>
Cc: Xen-devel <xen-devel@lists.xensource.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found