Changeset 7ed2d8f in mainline for kernel/arch/ppc32/src/mm/tlb.c


Ignore:
Timestamp:
2009-01-07T22:55:52Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c571f42
Parents:
06b2b7f
Message:

Unify newlines in fault_if_from_uspace() format strings. (Remove them and print newline automatically). Also start messages with caps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/mm/tlb.c

    r06b2b7f r7ed2d8f  
    120120
    121121        fault_if_from_uspace(istate,
    122             "%p: PHT Refill Exception at %p (%s<-%s)\n", badvaddr,
     122            "%p: PHT Refill Exception at %p (%s<-%s)", badvaddr,
    123123            istate->pc, symbol, sym2);
    124124        panic("%p: PHT Refill Exception at %p (%s<-%s)\n", badvaddr,
Note: See TracChangeset for help on using the changeset viewer.