diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-06-27 16:02:55 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 19:19:25 +1000 |
commit | 131208c5bb51b794ee73013aeb3396bd015fb79e (patch) | |
tree | 7889c2a85c16390b641998c1a7302f1ba5ce5b7f /arch | |
parent | 71712b455374a73af042fcfb5002fef5fd25ba44 (diff) |
[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/pci_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 6ae67ebfab4d..9fa2ecb8c1e4 100644 --- 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> |