On Sat, Nov 02, 2019 at 10:18:07PM +0800, hui yang wrote: > From: YangHui <yanghui.def@xxxxxxxxx> > > - printk(KERN_CONT " %ld", zone->lowmem_reserve[i]); > + printk(KERN_CONT " %ldkB", zone->lowmem_reserve[i]); > Make it look more perfect I don't think this is accounted in kilobytes though. Isn't it the number of pages?