* [patch 0/1] Remove #undef printk in powerpc prom.c
@ 2007-05-10 1:35 Mathieu Desnoyers
2007-05-10 1:35 ` [patch 1/1] powerpc prom.c - Remove #undef printk Mathieu Desnoyers
0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Desnoyers @ 2007-05-10 1:35 UTC (permalink / raw)
To: paulus; +Cc: linux-kernel, akpm
Hi Paul,
Is there a reason why there is a #undef printk in
arch/powerpc/kernel/prom.c ? It looks a little odd...
Mathieu
--
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
^ permalink raw reply [flat|nested] 2+ messages in thread
* [patch 1/1] powerpc prom.c - Remove #undef printk
2007-05-10 1:35 [patch 0/1] Remove #undef printk in powerpc prom.c Mathieu Desnoyers
@ 2007-05-10 1:35 ` Mathieu Desnoyers
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2007-05-10 1:35 UTC (permalink / raw)
To: paulus; +Cc: linux-kernel, akpm, Mathieu Desnoyers
[-- Attachment #1: prom-powerpc-fix-remove-undef-printk.patch --]
[-- Type: text/plain, Size: 741 bytes --]
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
---
arch/powerpc/kernel/prom.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-2.6-lttng/arch/powerpc/kernel/prom.c
===================================================================
--- linux-2.6-lttng.orig/arch/powerpc/kernel/prom.c 2007-05-09 14:56:55.000000000 -0400
+++ linux-2.6-lttng/arch/powerpc/kernel/prom.c 2007-05-09 14:57:24.000000000 -0400
@@ -1040,8 +1040,6 @@
DBG(" <- early_init_devtree()\n");
}
-#undef printk
-
int of_n_addr_cells(struct device_node* np)
{
const int *ip;
--
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 1:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-10 1:35 [patch 0/1] Remove #undef printk in powerpc prom.c Mathieu Desnoyers
2007-05-10 1:35 ` [patch 1/1] powerpc prom.c - Remove #undef printk Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome