git: kernel/acpi: Work around a "shift count exceeding the type width" issue.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Mar 28 23:44:04 PDT 2016
commit 3b9bfd22b87e14e4bf19ebd9334707cebb4a8818
Author: Sascha Wildner <saw at online.de>
Date: Tue Mar 29 08:41:25 2016 +0200
kernel/acpi: Work around a "shift count exceeding the type width" issue.
Triggered when AccessWidth is 32, like when called from AcpiGetTimer()
via acpi_timer.
More information: https://bugs.acpica.org/show_bug.cgi?id=1270
Reported-by: arcade, mneumann
Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2896>
Summary of changes:
sys/contrib/dev/acpica/source/components/hardware/hwregs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b9bfd22b87e14e4bf19ebd9334707cebb4a8818
--
DragonFly BSD source repository
More information about the Commits
mailing list