diff options
Diffstat (limited to 'arch/m68knommu/kernel/signal.c')
-rw-r--r-- | arch/m68knommu/kernel/signal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68knommu/kernel/signal.c b/arch/m68knommu/kernel/signal.c index 8e2c5a88efa7..437f8c6c14a0 100644 --- a/arch/m68knommu/kernel/signal.c +++ b/arch/m68knommu/kernel/signal.c | |||
@@ -608,7 +608,7 @@ adjust_stack: | |||
608 | if (regs->stkadj) { | 608 | if (regs->stkadj) { |
609 | struct pt_regs *tregs = | 609 | struct pt_regs *tregs = |
610 | (struct pt_regs *)((ulong)regs + regs->stkadj); | 610 | (struct pt_regs *)((ulong)regs + regs->stkadj); |
611 | #if DEBUG | 611 | #if defined(DEBUG) |
612 | printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj); | 612 | printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj); |
613 | #endif | 613 | #endif |
614 | /* This must be copied with decreasing addresses to | 614 | /* This must be copied with decreasing addresses to |
@@ -678,7 +678,7 @@ adjust_stack: | |||
678 | if (regs->stkadj) { | 678 | if (regs->stkadj) { |
679 | struct pt_regs *tregs = | 679 | struct pt_regs *tregs = |
680 | (struct pt_regs *)((ulong)regs + regs->stkadj); | 680 | (struct pt_regs *)((ulong)regs + regs->stkadj); |
681 | #if DEBUG | 681 | #if defined(DEBUG) |
682 | printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj); | 682 | printk(KERN_DEBUG "Performing stackadjust=%04x\n", regs->stkadj); |
683 | #endif | 683 | #endif |
684 | /* This must be copied with decreasing addresses to | 684 | /* This must be copied with decreasing addresses to |