X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fmm.c;h=166cfd2d03dd25e2fcf80e2c1c21b934991ef00e;hp=c23cb2fc5e701b5be44f021e7fbed43a221b1692;hb=c71fc30eb921a0d155d578d609cabdeea9f99d40;hpb=7e99758f3884f8f3d3f8895d9e4461f456331483 diff --git a/linux_module/mm.c b/linux_module/mm.c index c23cb2f..166cfd2 100644 --- a/linux_module/mm.c +++ b/linux_module/mm.c @@ -109,7 +109,7 @@ uintptr_t alloc_palacios_pgs(u64 num_pages, u32 alignment) { WARN(!pgs, "Could not allocate pages\n"); - /* if (!pgs) { printk("PALACIOS BAD: SMALL PAGE ALLOCATION FAILED\n"); A */} + /* if (!pgs) { printk("PALACIOS BAD: SMALL PAGE ALLOCATION FAILED\n"); } */ /* printk("%llu pages (order=%d) aquired from alloc_pages\n", num_pages, order); */