2013-05-15 14:31:36

by Zhang Yanfei

[permalink] [raw]
Subject: [PATCH 0/2] x86, cleanup: minor cleanups for reserve_crashkernel

patch 1 fixes an out-of-data comment.
patch 2 uses pr_info instead of printk.

Zhang Yanfei (2):
x86, kexec: Correct comment in reserve_crashkernel
x86, setup: Use pr_info instead of printk(KERN_INFO...)

arch/x86/kernel/setup.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)


2013-05-15 15:03:20

by Zhang Yanfei

[permalink] [raw]
Subject: Re: [PATCH 0/2] x86, cleanup: minor cleanups for reserve_crashkernel

Sorry for sending the wrong patch. Please ignore this.

Thanks
Zhang

于 2013年05月15日 22:31, Zhang Yanfei 写道:
> patch 1 fixes an out-of-data comment.
> patch 2 uses pr_info instead of printk.
>
> Zhang Yanfei (2):
> x86, kexec: Correct comment in reserve_crashkernel
> x86, setup: Use pr_info instead of printk(KERN_INFO...)
>
> arch/x86/kernel/setup.c | 13 +++++++------
> 1 files changed, 7 insertions(+), 6 deletions(-)