projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71712b4
)
[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c
author
Michael Ellerman
<michael@ellerman.id.au>
Wed, 27 Jun 2007 06:02:55 +0000
(16:02 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 28 Jun 2007 09:19:25 +0000
(19:19 +1000)
Commit
3d5134ee8341bffc4f539049abb9e90d469b448d
left debugging turned on
in arch/powerpc/kernel/pci_64.c. This turns it off again.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/pci_64.c
b/arch/powerpc/kernel/pci_64.c
index 6ae67ebfab4d7ab9f5e04536cfe393173c7fb94a..9fa2ecb8c1e4046bf581415929abb14b4971eb0c 100644
(file)
--- a/
arch/powerpc/kernel/pci_64.c
+++ b/
arch/powerpc/kernel/pci_64.c
@@
-11,7
+11,7
@@
* 2 of the License, or (at your option) any later version.
*/
-#
define
DEBUG
+#
undef
DEBUG
#include <linux/kernel.h>
#include <linux/pci.h>