git: kernel - Get rid of kprintf0()

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 29 16:57:55 PDT 2010


commit 0174149e77e61becc144cf8d5693f60656ac380e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Oct 29 16:55:20 2010 -0700

    kernel - Get rid of kprintf0()
    
    * This was old x86-64 debugging stuff that is no longer needed.
    
    * Also remove some i386 leakage of the function.
    
    Reported-by: Antonio Huete Jimenez <tuxillo at crater.dragonflybsd.org>

Summary of changes:
 sys/platform/pc32/i386/trap.c    |    4 ++--
 sys/platform/pc64/x86_64/nexus.c |   37 -------------------------------------
 sys/platform/pc64/x86_64/trap.c  |   13 ++-----------
 sys/sys/systm.h                  |    1 -
 4 files changed, 4 insertions(+), 51 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0174149e77e61becc144cf8d5693f60656ac380e


-- 
DragonFly BSD source repository





More information about the Commits mailing list