]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/s390/mm/fault.c
Merge remote-tracking branch 'asoc/fix/rt5670' into asoc-linus
[karo-tx-linux.git] / arch / s390 / mm / fault.c
index 9065d5aa3932dd7f6637069e493f2ad4a3ad72f3..3ff86533f7db925b575309d63b08727551ac0d40 100644 (file)
@@ -171,7 +171,7 @@ static void dump_pagetable(unsigned long asce, unsigned long address)
                table = table + ((address >> 20) & 0x7ff);
                if (bad_address(table))
                        goto bad;
-               pr_cont(KERN_CONT "S:%016lx ", *table);
+               pr_cont("S:%016lx ", *table);
                if (*table & (_SEGMENT_ENTRY_INVALID | _SEGMENT_ENTRY_LARGE))
                        goto out;
                table = (unsigned long *)(*table & _SEGMENT_ENTRY_ORIGIN);
@@ -261,7 +261,7 @@ static inline void report_user_fault(struct pt_regs *regs, long signr)
                return;
        if (!printk_ratelimit())
                return;
-       printk(KERN_ALERT "User process fault: interruption code %04x ilc:%d",
+       printk(KERN_ALERT "User process fault: interruption code %04x ilc:%d ",
               regs->int_code & 0xffff, regs->int_code >> 17);
        print_vma_addr(KERN_CONT "in ", regs->psw.addr & PSW_ADDR_INSN);
        printk(KERN_CONT "\n");