commit 49c5e1eed0e7c7ade21f6638d0c9582e38f4837d
Author: Sascha Wildner <[email protected]>
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