aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/setup.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2013-01-30 03:04:42 -0800
committerKeir Fraser <keir@xen.org>2013-01-30 03:04:42 -0800
commitd0eed336e521522ee28b21fe350fa162ad1199d6 (patch)
treea698cb0e5fc7e8b0a33494bdcd93129f32ddd5ec /xen/arch/x86/setup.c
parent3b8e11e853bfa79e220bfcdcdea5047ad22b35e1 (diff)
downloadxen-d0eed336e521522ee28b21fe350fa162ad1199d6.tar.gz
xen-d0eed336e521522ee28b21fe350fa162ad1199d6.tar.bz2
xen-d0eed336e521522ee28b21fe350fa162ad1199d6.zip
xen: Fix some over-long source lines.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r--xen/arch/x86/setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
index e06ada1a70..2b9dbe3e88 100644
--- a/xen/arch/x86/setup.c
+++ b/xen/arch/x86/setup.c
@@ -94,7 +94,8 @@ char __attribute__ ((__section__(".bss.stack_aligned"))) cpu0_stack[STACK_SIZE];
struct cpuinfo_x86 __read_mostly boot_cpu_data = { 0, 0, 0, 0, -1 };
-unsigned long __read_mostly mmu_cr4_features = X86_CR4_PSE | X86_CR4_PGE | X86_CR4_PAE;
+unsigned long __read_mostly mmu_cr4_features =
+ X86_CR4_PSE | X86_CR4_PGE | X86_CR4_PAE;
bool_t __initdata acpi_disabled;
bool_t __initdata acpi_force;