]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 30 Mar 2012 19:37:07 +0000 (15:37 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 26 Apr 2012 20:59:55 +0000 (16:59 -0400)
commit324cd69aa1aefd24f0cd94610e3a607e9faece53
tree34e5c74523f22e3e9de7fc4b677078101bdcb206
parent07cc39e7e2001d7ff569ca54aa5c17df3540597a
xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0

Otherwise we can get these meaningless:
Freeing  bad80-badf4 pfn range: 0 pages freed

We also can do this for the summary ones - no point of printing
"Set 0 page(s) to 1-1 mapping"

[v1: Extended to the summary printks]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/setup.c