Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11288
b: refs/heads/master
c: a663bf9
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 75321a4 commit 594f387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 030274ae03c20f9ac27d4218118b9679d7c680d8
refs/heads/master: a663bf906dce4bfa4d620ecc6b8ac6ef958eb7c2
4 changes: 4 additions & 0 deletions trunk/arch/mips/math-emu/ieee754.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* Kevin D. Kissell, kevink@mips.com and Carsten Langgard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*/
#ifndef __ARCH_MIPS_MATH_EMU_IEEE754_H
#define __ARCH_MIPS_MATH_EMU_IEEE754_H

#include <asm/byteorder.h>
#include <linux/types.h>
Expand Down Expand Up @@ -466,3 +468,5 @@ extern void ieee754_xcpt(struct ieee754xctx *xcp);
/* compat */
#define ieee754dp_fix(x) ieee754dp_tint(x)
#define ieee754sp_fix(x) ieee754sp_tint(x)

#endif /* __ARCH_MIPS_MATH_EMU_IEEE754_H */

0 comments on commit 594f387

Please sign in to comment.