From 90fbfd6f7d930f7d5cf5ed27f3e0aa782b2785bf Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Mon, 4 Sep 2017 08:33:42 +0900 Subject: [PATCH] clear_range_l3(): remove debug message --- arch/x86/kernel/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/memory.c b/arch/x86/kernel/memory.c index 38081030..5d1e7568 100644 --- a/arch/x86/kernel/memory.c +++ b/arch/x86/kernel/memory.c @@ -1299,7 +1299,7 @@ static int clear_range_l3(void *args0, pte_t *ptep, uint64_t base, memobj_flush_page(args->memobj, phys, PTL3_SIZE); } - kprintf("%s: phys=%ld, pte_get_phys(&old),PTL3_SIZE\n", __FUNCTION__, pte_get_phys(&old)); + dkprintf("%s: phys=%ld, pte_get_phys(&old),PTL3_SIZE\n", __FUNCTION__, pte_get_phys(&old)); if (!(old & PFL3_FILEOFF)) { if(args->free_physical) {