Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60572
b: refs/heads/master
c: 83bb643
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Jun 28, 2007
1 parent af4a151 commit c3ffbe4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 743c1bb074c78cb467e42a18853c22e9cf1cd0ba
refs/heads/master: 83bb643d0714b0006ab99dbd195ec51b55a97f4e
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/htab.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#include "platform.h"

#if defined(DEBUG)
#define DBG(fmt...) udbg_printf(fmt)
#define DBG udbg_printf
#else
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#define DBG pr_debug
#endif

static struct hash_pte *htab;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#include "platform.h"

#if defined(DEBUG)
#define DBG(fmt...) udbg_printf(fmt)
#define DBG udbg_printf
#else
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#define DBG pr_debug
#endif

/**
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#include "platform.h"

#if defined(DEBUG)
#define DBG(fmt...) udbg_printf(fmt)
#define DBG udbg_printf
#else
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#define DBG pr_debug
#endif

enum {
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include "platform.h"

#if defined(DEBUG)
#define DBG(fmt...) udbg_printf(fmt)
#define DBG udbg_printf
#else
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#define DBG pr_debug
#endif

#if !defined(CONFIG_SMP)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#include "platform.h"

#if defined(DEBUG)
#define DBG(fmt...) udbg_printf(fmt)
#define DBG udbg_printf
#else
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#define DBG pr_debug
#endif

static irqreturn_t ipi_function_handler(int irq, void *msg)
Expand Down

0 comments on commit c3ffbe4

Please sign in to comment.