commit | 9033304a1520df346862c95743a6c2023f21f057 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Fri Feb 06 13:35:44 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 16 08:55:50 2009 +0100 |
tree | f5a89819a38878d92f6234f3aa6f7c4b1726ab68 | |
parent | 7032e8696726354d6180d8a2d17191f958cd93ae [diff] |
x86, xen: short-circuit tests for dom0 When testing for a dom0/initial/privileged domain, make sure the predicate evaluates to a compile-time 0 if CONFIG_XEN_DOM0 isn't enabled. This will make most of the dom0 code evaporate without much more effort. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>