Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 537d9160 authored by Paolo Ciarrocchi's avatar Paolo Ciarrocchi Committed by Ingo Molnar
Browse files

x86: coding style fixes to arch/x86/kernel/setup_32.c



Fix:

  ERROR: do not initialise externals to 0 or NULL

Signed-off-by: default avatarPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9a79cf9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ static inline void copy_edd(void)
}
#endif

int __initdata user_defined_memmap = 0;
int __initdata user_defined_memmap;

/*
 * "mem=nopentium" disables the 4MB page tables.