Date: Sun, 03 Jun 2012 00:25:54 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: freebsd-acpi@freebsd.org Subject: preparation for x86/acpica/acpi_wakeup.c Message-ID: <20120603.002554.119853142.iwasaki@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Hi, Well I think we are ready to have x86/acpica/acpi_wakeup.c to share acpi_sleep_machdep() and acpi_wakeup_machdep() between amd64 and i386. http://people.freebsd.org/~iwasaki/acpi/x86-acpi_wakeup-20120602.diff There are no functional changes. The following is major changes. amd64: - Add suspend/resume related members in PCB. - Add suspendctx() in cpu_switch.S. - acpi_switch.S moved into cpu_switch.S as resumectx(). amd64, i386: - Add pcb_flags bit PCB_SUSPENDING to indicate AP is wakeup or not. Please review the patches, suggestions welcome. I'm going to commit this 1 week later. Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120603.002554.119853142.iwasaki>