|
@@ -608,7 +608,7 @@ adjust_stack:
|
|
|
if (regs->stkadj) {
|
|
|
struct pt_regs *tregs =
|
|
|
(struct pt_regs *)((ulong)regs + regs->stkadj);
|
|
|
-#if DEBUG
|
|
|
+#if defined(DEBUG)
|
|
|
printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj);
|
|
|
#endif
|
|
|
/* This must be copied with decreasing addresses to
|
|
@@ -678,7 +678,7 @@ adjust_stack:
|
|
|
if (regs->stkadj) {
|
|
|
struct pt_regs *tregs =
|
|
|
(struct pt_regs *)((ulong)regs + regs->stkadj);
|
|
|
-#if DEBUG
|
|
|
+#if defined(DEBUG)
|
|
|
printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj);
|
|
|
#endif
|
|
|
/* This must be copied with decreasing addresses to
|