Home
last modified time | relevance | path

Searched hist:a416dd8d9cd3a3fa77b9839e0e6fc3c54927d8c3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/mm/
H A Dfault.cdiff a416dd8d9cd3a3fa77b9839e0e6fc3c54927d8c3 Tue Nov 07 17:22:59 CST 2006 Michael Ellerman <michael@ellerman.id.au> [PATCH] Do a single one-line printk in bad_page_fault()

bad_page_fault() prints a message telling the user what type of bad
fault we took. The first line of this message is currently implemented
as two separate printks. This has the unfortunate effect that if
several cpus simultaneously take a bad fault, the first and second parts
of the printk get jumbled up, which looks dodge and is hard to read.

So do a single one-line printk for each fault type.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>