Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Sep 2014 13:10:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193254] New: [patch] remove unused debug message from uma_startup()
Message-ID:  <bug-193254-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193254

            Bug ID: 193254
           Summary: [patch] remove unused debug message from uma_startup()
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: luke.tw@gmail.com

The debug message should have been removed since r145686. 

Index: sys/vm/uma_core.c
===================================================================
--- sys/vm/uma_core.c   (revision 270962)
+++ sys/vm/uma_core.c   (working copy)
@@ -1833,9 +1833,6 @@ uma_startup(void *bootmem, int boot_pages)
        zone_ctor(zones, sizeof(struct uma_zone), &args, M_WAITOK);

#ifdef UMA_DEBUG
-       printf("Initializing pcpu cache locks.\n");
-#endif
-#ifdef UMA_DEBUG
        printf("Creating slab and hash zones.\n");
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193254-8>