diff options
Diffstat (limited to 'arch/mips/math-emu/ieee754xcpt.c')
| -rw-r--r-- | arch/mips/math-emu/ieee754xcpt.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754xcpt.c b/arch/mips/math-emu/ieee754xcpt.c index 7d8ef896506..e02423a0ae2 100644 --- a/arch/mips/math-emu/ieee754xcpt.c +++ b/arch/mips/math-emu/ieee754xcpt.c @@ -46,4 +46,3 @@ void ieee754_xcpt(struct ieee754xctx *xcp)  	printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n",  		xcp->op, rtnames[xcp->rt]);  } -  |