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)
commit49aea0fd95495538230e19f58e217fb06ffdbfeb
tree8865597906e8c706f90cb47786a55c73e3f7a12c
parent8e2a43f5f5e1255879064924917fb1a6e5be7cb3
ARM: nwfpe: allow debugging output to be configured at runtime

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>
arch/arm/nwfpe/fpmodule.c