git: kernel: Remove the unused is_physical_memory() function.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Feb 16 11:51:35 PST 2012


commit 492a5f90f12383a5e791a861781e1ee6b0a2f1e9
Author: Sascha Wildner <saw at online.de>
Date:   Thu Feb 16 20:51:28 2012 +0100

    kernel: Remove the unused is_physical_memory() function.
    
    It used to be used in dumping functions of raid and disk drivers but
    updates and alexh's dumping upgrades (b24cd69c3515fbc52) removed all
    usage more than two years ago.

Summary of changes:
 sys/platform/pc32/i386/vm_machdep.c        |   27 ---------------------------
 sys/platform/pc64/x86_64/vm_machdep.c      |   24 ------------------------
 sys/platform/vkernel/i386/vm_machdep.c     |   13 -------------
 sys/platform/vkernel64/x86_64/vm_machdep.c |   14 --------------
 sys/sys/systm.h                            |    1 -
 5 files changed, 0 insertions(+), 79 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/492a5f90f12383a5e791a861781e1ee6b0a2f1e9


-- 
DragonFly BSD source repository





More information about the Commits mailing list