Skip to content

Commit

Permalink
x86: coding style fixes to arch/x86/kernel/setup_32.c
Browse files Browse the repository at this point in the history
Fix:

  ERROR: do not initialise externals to 0 or NULL

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 9a79cf9 commit 537d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 537d916

Please sign in to comment.