[Bug 193254] New: [patch] remove unused debug message from uma_startup()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 2 13:10:31 UTC 2014


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 at FreeBSD.org
          Reporter: luke.tw at 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.


More information about the freebsd-bugs mailing list