Update broken web addresses in arch directory.
[deliverable/linux.git] / arch / mips / math-emu / ieee754dp.h
index 8977eb585a3716f348dc25d0612ec528fd34fba2..f139c724c59afd8e5cf769fd750c456116f27edf 100644 (file)
@@ -5,7 +5,6 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
  *
  * ########################################################################
  *
@@ -46,7 +45,7 @@
 #define DPDNORMX       DPDNORMx(xm, xe)
 #define DPDNORMY       DPDNORMx(ym, ye)
 
-static __inline ieee754dp builddp(int s, int bx, u64 m)
+static inline ieee754dp builddp(int s, int bx, u64 m)
 {
        ieee754dp r;
 
This page took 0.025538 seconds and 5 git commands to generate.