vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / events / evgpeblk.c
index 1913f4e..00d981f 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
@@ -925,7 +925,7 @@ acpi_ev_create_gpe_block (
 
        /*
         * Runtime option: Should Wake GPEs be enabled at runtime?  The default
-        * is No,they should only be enabled just as the machine goes to sleep.
+        * is No, they should only be enabled just as the machine goes to sleep.
         */
        if (acpi_gbl_leave_wake_gpes_disabled) {
                /*
@@ -970,16 +970,14 @@ acpi_ev_create_gpe_block (
        /* Dump info about this GPE block */
 
        ACPI_DEBUG_PRINT ((ACPI_DB_INIT,
-               "GPE %02X to %02X [%4.4s] %u regs at %8.8X%8.8X on int 0x%X\n",
+               "GPE %02X to %02X [%4.4s] %u regs on int 0x%X\n",
                (u32) gpe_block->block_base_number,
                (u32) (gpe_block->block_base_number +
                                ((gpe_block->register_count * ACPI_GPE_REGISTER_WIDTH) -1)),
                gpe_device->name.ascii,
                gpe_block->register_count,
-               ACPI_FORMAT_UINT64 (gpe_block->block_address.address),
                interrupt_level));
 
-
        /* Enable all valid GPEs found above */
 
        status = acpi_hw_enable_runtime_gpe_block (NULL, gpe_block);