All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory.
@ 2010-09-02 21:10 Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 47/91] arch/mips/math-emu/sp_add.c " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_tint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_tint.c b/arch/mips/math-emu/sp_tint.c
index 352dc3a..5268743 100644
--- a/arch/mips/math-emu/sp_tint.c
+++ b/arch/mips/math-emu/sp_tint.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 47/91] arch/mips/math-emu/sp_add.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 48/91] arch/mips/math-emu/dp_cmp.c " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_add.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_add.c b/arch/mips/math-emu/sp_add.c
index d8c4211..dba0126 100644
--- a/arch/mips/math-emu/sp_add.c
+++ b/arch/mips/math-emu/sp_add.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 48/91] arch/mips/math-emu/dp_cmp.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 47/91] arch/mips/math-emu/sp_add.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 49/91] arch/mips/math-emu/sp_sub.c " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_cmp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_cmp.c b/arch/mips/math-emu/dp_cmp.c
index 8ab4f32..0e9f91a 100644
--- a/arch/mips/math-emu/dp_cmp.c
+++ b/arch/mips/math-emu/dp_cmp.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 49/91] arch/mips/math-emu/sp_sub.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 47/91] arch/mips/math-emu/sp_add.c " Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 48/91] arch/mips/math-emu/dp_cmp.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 50/91] arch/mips/math-emu/dp_div.c " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_sub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_sub.c b/arch/mips/math-emu/sp_sub.c
index dbb802c..c055ba9 100644
--- a/arch/mips/math-emu/sp_sub.c
+++ b/arch/mips/math-emu/sp_sub.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 50/91] arch/mips/math-emu/dp_div.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 49/91] arch/mips/math-emu/sp_sub.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 51/91] arch/mips/math-emu/cp1emu.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_div.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_div.c b/arch/mips/math-emu/dp_div.c
index 6acedce..e6aeaea 100644
--- a/arch/mips/math-emu/dp_div.c
+++ b/arch/mips/math-emu/dp_div.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 51/91] arch/mips/math-emu/cp1emu.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 50/91] arch/mips/math-emu/dp_div.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 52/91] arch/mips/math-emu/sp_mul.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/cp1emu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index 47842b7..11326c7 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -3,7 +3,7 @@
  *
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
  * Copyright (C) 2000  MIPS Technologies, Inc.
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 52/91] arch/mips/math-emu/sp_mul.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 51/91] arch/mips/math-emu/cp1emu.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 53/91] arch/mips/math-emu/sp_cmp.c " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_mul.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_mul.c b/arch/mips/math-emu/sp_mul.c
index 3f070f8..e31f04b 100644
--- a/arch/mips/math-emu/sp_mul.c
+++ b/arch/mips/math-emu/sp_mul.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 53/91] arch/mips/math-emu/sp_cmp.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 52/91] arch/mips/math-emu/sp_mul.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 54/91] arch/mips/math-emu/ieee754d.c " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_cmp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_cmp.c b/arch/mips/math-emu/sp_cmp.c
index d3eff6b..0ba0aaf 100644
--- a/arch/mips/math-emu/sp_cmp.c
+++ b/arch/mips/math-emu/sp_cmp.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 54/91] arch/mips/math-emu/ieee754d.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 53/91] arch/mips/math-emu/sp_cmp.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 55/91] arch/mips/math-emu/sp_div.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/ieee754d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754d.c b/arch/mips/math-emu/ieee754d.c
index a032533..9ac53d7 100644
--- a/arch/mips/math-emu/ieee754d.c
+++ b/arch/mips/math-emu/ieee754d.c
@@ -4,7 +4,7 @@
  * MIPS floating point support
  *
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  *  This program is free software; you can distribute it and/or modify it
  *  under the terms of the GNU General Public License (Version 2) as
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 55/91] arch/mips/math-emu/sp_div.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 54/91] arch/mips/math-emu/ieee754d.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 56/91] arch/mips/math-emu/sp_flong.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_div.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_div.c b/arch/mips/math-emu/sp_div.c
index 2b437fc..94a835c 100644
--- a/arch/mips/math-emu/sp_div.c
+++ b/arch/mips/math-emu/sp_div.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 56/91] arch/mips/math-emu/sp_flong.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 55/91] arch/mips/math-emu/sp_div.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 57/91] arch/mips/math-emu/dp_sqrt.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_flong.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_flong.c b/arch/mips/math-emu/sp_flong.c
index 26d6919..f917142 100644
--- a/arch/mips/math-emu/sp_flong.c
+++ b/arch/mips/math-emu/sp_flong.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 57/91] arch/mips/math-emu/dp_sqrt.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 56/91] arch/mips/math-emu/sp_flong.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 58/91] arch/mips/math-emu/sp_simple.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_sqrt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_sqrt.c b/arch/mips/math-emu/dp_sqrt.c
index 032328c..3c87408 100644
--- a/arch/mips/math-emu/dp_sqrt.c
+++ b/arch/mips/math-emu/dp_sqrt.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 58/91] arch/mips/math-emu/sp_simple.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 57/91] arch/mips/math-emu/dp_sqrt.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 59/91] arch/mips/math-emu/ieee754m.c " Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 60/91] arch/mips/math-emu/sp_fint.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_simple.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_simple.c b/arch/mips/math-emu/sp_simple.c
index 2fd53c9..90b6b85 100644
--- a/arch/mips/math-emu/sp_simple.c
+++ b/arch/mips/math-emu/sp_simple.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 59/91] arch/mips/math-emu/ieee754m.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 58/91] arch/mips/math-emu/sp_simple.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  2010-09-02 21:10 ` [PATCH 60/91] arch/mips/math-emu/sp_fint.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/ieee754m.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754m.c b/arch/mips/math-emu/ieee754m.c
index d66896c..9f8559c 100644
--- a/arch/mips/math-emu/ieee754m.c
+++ b/arch/mips/math-emu/ieee754m.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 60/91] arch/mips/math-emu/sp_fint.c Update broken web addresses in the arch directory.
  2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-02 21:10 ` [PATCH 59/91] arch/mips/math-emu/ieee754m.c " Justin P. Mattock
@ 2010-09-02 21:10 ` Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:10 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/sp_fint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/sp_fint.c b/arch/mips/math-emu/sp_fint.c
index e88e125..9d7f2e7 100644
--- a/arch/mips/math-emu/sp_fint.c
+++ b/arch/mips/math-emu/sp_fint.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-09-02 21:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-02 21:10 [PATCH 46/91] arch/mips/math-emu/sp_tint.c Update broken web addresses in the arch directory Justin P. Mattock
2010-09-02 21:10 ` [PATCH 47/91] arch/mips/math-emu/sp_add.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 48/91] arch/mips/math-emu/dp_cmp.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 49/91] arch/mips/math-emu/sp_sub.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 50/91] arch/mips/math-emu/dp_div.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 51/91] arch/mips/math-emu/cp1emu.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 52/91] arch/mips/math-emu/sp_mul.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 53/91] arch/mips/math-emu/sp_cmp.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 54/91] arch/mips/math-emu/ieee754d.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 55/91] arch/mips/math-emu/sp_div.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 56/91] arch/mips/math-emu/sp_flong.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 57/91] arch/mips/math-emu/dp_sqrt.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 58/91] arch/mips/math-emu/sp_simple.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 59/91] arch/mips/math-emu/ieee754m.c " Justin P. Mattock
2010-09-02 21:10 ` [PATCH 60/91] arch/mips/math-emu/sp_fint.c " Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.