cvs commit: src/sys/dev/acpica5 acpi.c acpi_cpu.c src/sys/i386/include md_var.h
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Thu Sep 22 19:29:27 PDT 2005
y0netan1 2005/09/22 19:28:50 PDT
DragonFly src repository
Modified files:
sys/dev/acpica5 acpi.c acpi_cpu.c
sys/i386/include md_var.h
Log:
- Catch up with rev 1.157 of sys/dev/acpica/acpi.c in FreeBSD:
Don't forget to pass shutdown events down to children first now that we
handle them at the bus level too.
This should prevent acpi_cpu_idle() from doing something nasty
in the middle of shutdown procedure(by turning of cpu_cx_count).
- Move prototype for cpu_idle_hook into <machine/md_var.h>.
- In acpi_cpu_shutdown(), use lwkt_cpusync_simple() to synchronize
CPUs instead of dropping into DDB.
Reported-by: Rumko <rumcic at gmail.com>
Revision Changes Path
1.14 +3 -4 src/sys/dev/acpica5/acpi.c
1.11 +3 -4 src/sys/dev/acpica5/acpi_cpu.c
1.16 +1 -0 src/sys/i386/include/md_var.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/acpi.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/acpica5/acpi_cpu.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/md_var.h.diff?r1=1.15&r2=1.16&f=u
More information about the Commits
mailing list