diff options
author | Ingo Molnar <[email protected]> | 2017-01-28 16:52:34 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-01-28 17:02:57 +0100 |
commit | 6afc03b86470f602d118825d09addfeeaef535f0 (patch) | |
tree | aec8ac2485bd496717c4f7c91b49a9fd5bc6d5c1 /arch/x86/kernel/kexec-bzimage64.c | |
parent | 09c5151339caea3a5752e577c66521f6e7443fe5 (diff) |
x86/boot/e820: Use 'enum e820_type' when handling the e820 region type
The E820 region type is put into four different types (!) when used in function
parameters or local variables:
unsigned type;
int type;
unsigned long current_type;
u32 type;
Use 'enum e820_type' in all these cases instead.
No change in functionality.
Cc: Alex Thorlton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Huang, Ying <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul Jackson <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Wei Yang <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/kernel/kexec-bzimage64.c')
0 files changed, 0 insertions, 0 deletions