summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/md_var.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-30 05:41:15 +0000
committermsmith <msmith@FreeBSD.org>1998-10-30 05:41:15 +0000
commite79dcdb69f35b4c9a8524672d1c364e750730b38 (patch)
treec2d16e98b9b0fc0b55a9e67cbcf5b278c400f11f /sys/i386/include/md_var.h
parent0fcabcf90e9664f8f2c243b394255dda6012386f (diff)
downloadFreeBSD-src-e79dcdb69f35b4c9a8524672d1c364e750730b38.zip
FreeBSD-src-e79dcdb69f35b4c9a8524672d1c364e750730b38.tar.gz
Add the ability to specify where on the at_shutdown queue a handler is
installed. Remove cpu_power_down, and replace it with an entry at the end of the SHUTDOWN_FINAL queue in the only place it's used (APM). Submitted by: Some ideas from Bruce Walter <walter@fortean.com>
Diffstat (limited to 'sys/i386/include/md_var.h')
-rw-r--r--sys/i386/include/md_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h
index a565266..82a4334 100644
--- a/sys/i386/include/md_var.h
+++ b/sys/i386/include/md_var.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: md_var.h,v 1.25 1998/09/14 22:43:40 jdp Exp $
+ * $Id: md_var.h,v 1.26 1998/09/25 17:34:49 peter Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
@@ -62,7 +62,6 @@ struct fpreg;
void bcopyb __P((const void *from, void *to, size_t len));
void busdma_swi __P((void));
void cpu_halt __P((void));
-void cpu_power_down __P((void));
void cpu_reset __P((void));
void cpu_switch_load_fs __P((void)) __asm(__STRING(cpu_switch_load_fs));
void cpu_switch_load_gs __P((void)) __asm(__STRING(cpu_switch_load_gs));
OpenPOWER on IntegriCloud