vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / events / evevent.c
index abdb3a5..2a21360 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
 
 /*******************************************************************************
  *
- * FUNCTION:    acpi_ev_initialize
+ * FUNCTION:    acpi_ev_initialize_events
  *
  * PARAMETERS:  None
  *
  ******************************************************************************/
 
 acpi_status
-acpi_ev_initialize (
+acpi_ev_initialize_events (
        void)
 {
        acpi_status                     status;
 
 
-       ACPI_FUNCTION_TRACE ("ev_initialize");
+       ACPI_FUNCTION_TRACE ("ev_initialize_events");
 
 
        /* Make sure we have ACPI tables */
@@ -104,7 +104,7 @@ acpi_ev_initialize (
 
 /*******************************************************************************
  *
- * FUNCTION:    acpi_ev_handler_initialize
+ * FUNCTION:    acpi_ev_install_xrupt_handlers
  *
  * PARAMETERS:  None
  *
@@ -115,13 +115,13 @@ acpi_ev_initialize (
  ******************************************************************************/
 
 acpi_status
-acpi_ev_handler_initialize (
+acpi_ev_install_xrupt_handlers (
        void)
 {
        acpi_status                     status;
 
 
-       ACPI_FUNCTION_TRACE ("ev_handler_initialize");
+       ACPI_FUNCTION_TRACE ("ev_install_xrupt_handlers");
 
 
        /* Install the SCI handler */