* [patch] power-down linkage fix
@ 2006-01-17 20:04 Mark Mason
2006-01-19 0:50 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Mark Mason @ 2006-01-17 20:04 UTC (permalink / raw)
To: linux-mips
Hello,
The last git import created a dependency on pm_power_down. Borrowing from
ARM the following patch provides definitions of the needed variables in
order for kernels to link.
Please apply
/Mark
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -41,6 +41,15 @@
#include <asm/inst.h>
/*
+ * The following aren't currently used.
+ */
+void (*pm_idle)(void);
+EXPORT_SYMBOL(pm_idle);
+
+void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);
+
+/*
* The idle thread. There's no useful work to be done, so just try to conserve
* power and have a low exit latency (ie sit in a loop waiting for somebody to
* say that they'd like to reschedule)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] power-down linkage fix
2006-01-17 20:04 [patch] power-down linkage fix Mark Mason
@ 2006-01-19 0:50 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2006-01-19 0:50 UTC (permalink / raw)
To: Mark Mason; +Cc: linux-mips
On Tue, Jan 17, 2006 at 12:04:07PM -0800, Mark Mason wrote:
> The last git import created a dependency on pm_power_down. Borrowing from
> ARM the following patch provides definitions of the needed variables in
> order for kernels to link.
Our ages old _machine_power_off function pointer really already does what
pm_power_down does, so I've just renamed that variable.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-19 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-17 20:04 [patch] power-down linkage fix Mark Mason
2006-01-19 0:50 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox