git: kernel/i386: Remove two unused math helper functions in ACPI.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Feb 23 06:49:50 PST 2014


commit 49c5e1eed0e7c7ade21f6638d0c9582e38f4837d
Author: Sascha Wildner <saw at online.de>
Date:   Sun Feb 23 15:49:16 2014 +0100

    kernel/i386: Remove two unused math helper functions in ACPI.
    
    We can divide and shift 64 bit integers just fine.
    
    These would only be needed if ACPI_USE_NATIVE_DIVIDE (see ACPI
    Programmer Reference, 7.5.4) wasn't set.

Summary of changes:
 sys/platform/pc32/include/acpica_machdep.h | 19 -------------------
 1 file changed, 19 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/49c5e1eed0e7c7ade21f6638d0c9582e38f4837d


-- 
DragonFly BSD source repository



More information about the Commits mailing list