Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=131208c5bb51b794ee73013aeb3396bd015fb79e
Commit:     131208c5bb51b794ee73013aeb3396bd015fb79e
Parent:     71712b455374a73af042fcfb5002fef5fd25ba44
Author:     Michael Ellerman <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 27 16:02:55 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu Jun 28 19:19:25 2007 +1000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 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 6ae67eb..9fa2ecb 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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to