On Tue, Dec 11, 2012 at 05:11:34PM +0800, Zhang Yanfei wrote: > This removes the sparse warning: > arch/x86/kernel/crash.c:49:32: sparse: incompatible types in comparison expression (different address spaces) > > Reported-by: kbuild test robot <fengguang.wu at intel.com> > Signed-off-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com> > --- > arch/x86/include/asm/kexec.h | 3 ++- > arch/x86/kernel/crash.c | 4 ++-- > 2 files changed, 4 insertions(+), 3 deletions(-) Applied, thanks.