aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/trace.c
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2011-08-02 11:45:25 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-08-04 15:31:29 -0400
commit98f531da8479eec3d828adc7f0865baaab99a543 (patch)
tree6aae6f2d2b966f36848d485c4fa495366aaad7eb /arch/x86/xen/trace.c
parentxen: Fix printk() format in xen/setup.c (diff)
downloadlinux-dev-98f531da8479eec3d828adc7f0865baaab99a543.tar.xz
linux-dev-98f531da8479eec3d828adc7f0865baaab99a543.zip
xen: Fix misleading WARN message at xen_release_chunk
WARN message should not complain "Failed to release memory %lx-%lx err=%d\n" ^^^^^^^ about range when it fails to release just one page, instead it should say what pfn is not freed. In addition line: printk(KERN_INFO "xen_release_chunk: looking at area pfn %lx-%lx: " ... printk(KERN_CONT "%lu pages freed\n", len); will be broken if WARN in between this line is fired. So fix it by using a single printk for this. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions