kernel/i386: Remove two unused math helper functions in ACPI.
authorSascha Wildner <saw@online.de>
Sun, 23 Feb 2014 14:49:16 +0000 (15:49 +0100)
committerSascha Wildner <saw@online.de>
Sun, 23 Feb 2014 14:49:16 +0000 (15:49 +0100)
commit49c5e1eed0e7c7ade21f6638d0c9582e38f4837d
tree07a5884d359256f26a12cdc5db22b7723e27386b
parent4fd111b9e98a9704bdbf025f7eaa9dfbb71a346b
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.
sys/platform/pc32/include/acpica_machdep.h