]> git.hungrycats.org Git - linux/commitdiff
ppc64: Fix up warning
authorAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:49:58 +0000 (11:49 +1000)
committerAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:49:58 +0000 (11:49 +1000)
include/asm-ppc64/ppcdebug.h

index e26c5698beb5737bc8d268d521963e1eb3d9aed1..000aad013ce40b03870e851645f4e26effcb5b7f 100644 (file)
@@ -108,4 +108,8 @@ extern char *trace_names[64];
 #define PPCDBG_ENTER_DEBUGGER() do {;} while(0)
 #endif
 
+#ifndef PPCDBG_ENTER_DEBUGGER_REGS
+#define PPCDBG_ENTER_DEBUGGER_REGS(A) do {;} while(0)
+#endif
+
 #endif /*__PPCDEBUG_H */