[SPARC]: Fix compile failures in math-emu.
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Jan 2006 00:46:24 +0000 (16:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Jan 2006 00:46:24 +0000 (16:46 -0800)
Kill debugging default switch cases in do_one_mathemu().
That case is handled properly already and gcc hates
the empty statement that results when the debug code is
disabled.

Pointed out by kaffe.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found