commit | fc6fcdfbb8f1b2553255170f221cd57a4108591f | [log] [tgz] |
---|---|---|
author | Hannes Eder <hannes@hanneseder.net> | Sun Feb 22 01:00:57 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Feb 22 09:27:11 2009 +0100 |
tree | c9084c2a32d37a189bdfca0e39ba7f4523c14dc5 | |
parent | fdb17aeb28aaad3eae5ef57e70cb287d34d1049d [diff] |
x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointer Fix these sparse warnings: arch/x86/kernel/machine_kexec_32.c:124:22: warning: Using plain integer as NULL pointer arch/x86/kernel/traps.c:950:24: warning: Using plain integer as NULL pointer Signed-off-by: Hannes Eder <hannes@hanneseder.net> Cc: trivial@kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>