ppc: Stop dumping state on all exceptions in linux-user
commit4f5d326046fa522010c0a66f1bcaac9068253085
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 3 Aug 2016 11:44:08 +0000 (3 21:44 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 7 Sep 2016 02:40:12 +0000 (7 12:40 +1000)
treed5cee6572e5af41356a0a0a5d1dbaae6764ccfb4
parentba4a8df83f474be1ba02510f960e5224f29d229c
ppc: Stop dumping state on all exceptions in linux-user

Other archs don't do it, some programs catch signals just fine
and those dumps just clutter the output. Keep the dumps for cases
that aren't supposed to happen such as unknown codes.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
linux-user/main.c