ARM: nwfpe: allow debugging output to be configured at runtime
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 May 2010 09:40:21 +0000 (10:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 May 2010 14:03:51 +0000 (15:03 +0100)
Enabling CONFIG_USER_DEBUG allows NWFPE to complain about every FP
exception, which with some programs can cause the kernel message log
to fill with NWFPE debug, swamping out other messages.

This change allows NWFPE debugging to be configured at run time.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found