The patch titled

     Export machine_power_off() on ppc64

has been added to the -mm tree.  Its filename is

     export-machine_power_off-on-ppc64.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

export-machine_power_off-on-ppc64.patch
incorrect-permissions-on-parport-sysctls.patch
post-halloween-doc.patch



From: Dave Jones <[EMAIL PROTECTED]>

Export machine_power_off() on ppc64, as the pcwd watchdog driver needs it.

Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/ppc64/kernel/setup.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/ppc64/kernel/setup.c~export-machine_power_off-on-ppc64 
arch/ppc64/kernel/setup.c
--- devel/arch/ppc64/kernel/setup.c~export-machine_power_off-on-ppc64   
2005-08-22 16:50:09.000000000 -0700
+++ devel-akpm/arch/ppc64/kernel/setup.c        2005-08-22 16:50:09.000000000 
-0700
@@ -706,6 +706,7 @@ void machine_power_off(void)
        local_irq_disable();
        while (1) ;
 }
+EXPORT_SYMBOL(machine_power_off);
 
 void machine_halt(void)
 {
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to