mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory.
@ 2010-09-02 21:08 Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/ia64/sn/kernel/setup.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c
index dbc4cbe..a6723db 100644
--- a/arch/ia64/sn/kernel/setup.c
+++ b/arch/ia64/sn/kernel/setup.c
@@ -234,7 +234,8 @@ static void __cpuinit sn_check_for_wars(void)
  * Since pcdp support in SN is not supported in the 2.4 kernel (or at least
  * the one lbs is based on) just declare the needed structs here.
  *
- * Reference spec http://www.dig64.org/specifications/DIG64_PCDPv20.pdf
+ * Reference spec http://web.archive.org/web/*/http://www.dig64.org/
+ * specifications/DIG64_PCDPv20.pdf 
  *
  * Returns 0 if no acceptable vga is found, !0 otherwise.
  *
-- 
1.7.2.1


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

* [PATCH 32/91] arch/ia64/include/asm/numa.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/ia64/include/asm/numa.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/include/asm/numa.h b/arch/ia64/include/asm/numa.h
index 6a8a27c..6decabb 100644
--- a/arch/ia64/include/asm/numa.h
+++ b/arch/ia64/include/asm/numa.h
@@ -52,7 +52,8 @@ extern struct node_cpuid_s node_cpuid[NR_CPUS];
 
 /*
  * ACPI 2.0 SLIT (System Locality Information Table)
- * http://devresource.hp.com/devresource/Docs/TechPapers/IA64/slit.pdf
+ * http://web.archive.org/web/*/http://devresource.hp.com/
+ * devresource/Docs/TechPapers/IA64/slit.pdf 
  *
  * This is a matrix with "distances" between nodes, they should be
  * proportional to the memory access latency ratios.
-- 
1.7.2.1


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

* [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/ia64/include/asm/machvec_sn2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/include/asm/machvec_sn2.h b/arch/ia64/include/asm/machvec_sn2.h
index f061a30..e9d032e 100644
--- a/arch/ia64/include/asm/machvec_sn2.h
+++ b/arch/ia64/include/asm/machvec_sn2.h
@@ -22,7 +22,7 @@
  * 
  * For further information regarding this notice, see: 
  * 
- * http://oss.sgi.com/projects/GenInfo/NoticeExplan
+ * http://oss.sgi.com/
  */
 
 #ifndef _ASM_IA64_MACHVEC_SN2_H
-- 
1.7.2.1


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

* [PATCH 34/91] arch/m32r/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/m32r/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 836abbb..3867fd2 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -315,7 +315,7 @@ config SMP
 	  Management" code will be disabled if you say Y here.
 
 	  See also the SMP-HOWTO available at
-	  <http://www.linuxdoc.org/docs.html#howto>.
+	  <http://tldp.org/HOWTO/SMP-HOWTO.html>.
 
 	  If you don't know what to do here, say N.
 
-- 
1.7.2.1


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

* [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/m68k/q40/README |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
index 6bdbf48..0d26762 100644
--- a/arch/m68k/q40/README
+++ b/arch/m68k/q40/README
@@ -1,10 +1,10 @@
 Linux for the Q40
 =================
 
-You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
-some up to date information. Booter and other tools will be also
-available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
-and mirrors.
+You may try http://web.archive.org/web/*/http://geocities.com/
+SiliconValley/Bay/2602/ for some up to date information. Booter
+and other tools will be also available from this place or 
+http://www.linux-m68k.org/mail.html and mirrors.
 
 Hints to documentation usually refer to the linux source tree in
 /usr/src/linux/Documentation unless URL given.
-- 
1.7.2.1


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

* [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/m68k/mac/macboing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
index 8f06408..e1e3377 100644
--- a/arch/m68k/mac/macboing.c
+++ b/arch/m68k/mac/macboing.c
@@ -114,7 +114,7 @@ static void mac_init_asc( void )
 			 *   16-bit I/O functionality.  The PowerBook 500 series computers
 			 *   support 16-bit stereo output, but only mono input."
 			 *
-			 *   http://til.info.apple.com/techinfo.nsf/artnum/n16405
+			 *   http://www.apple.com/
 			 *
 			 * --David Kilzer
 			 */
-- 
1.7.2.1


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

* [PATCH 37/91] arch/m68k/mac/via.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/m68k/mac/via.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c
index e71166d..0cfa2cf 100644
--- a/arch/m68k/mac/via.c
+++ b/arch/m68k/mac/via.c
@@ -6,11 +6,8 @@
  *
  * CSA: Motorola seems to have removed documentation on the 6522 from
  * their web site; try
- *     http://nerini.drf.com/vectrex/other/text/chips/6522/
- *     http://www.zymurgy.net/classic/vic20/vicdet1.htm
- * and
- *     http://193.23.168.87/mikro_laborversuche/via_iobaustein/via6522_1.html
- * for info.  A full-text web search on 6522 AND VIA will probably also
+ *     http://web.archive.org/web/*/http://www.zymurgy.net/classic/vic20/vicdet1.htm
+ * A full-text web search on 6522 AND VIA will probably also
  * net some usefulness. <cananian@alumni.princeton.edu> 20apr1999
  *
  * Additional data is here (the SY6522 was used in the Mac II etc):
-- 
1.7.2.1


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

* [PATCH 38/91] arch/m68k/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 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/m68k/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 8030e24..b092426 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -221,7 +221,7 @@ config SUN3X
 	  Be warned that this support is very experimental.
 	  Note that Sun 3x kernels are not compatible with Sun 3 hardware.
 	  General Linux information on the Sun 3x series (now discontinued)
-	  is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
+	  is at <http://web.archive.org/web/*/angelfire.com/ca2/tech68k/sun3.html>.
 
 	  If you don't want to compile a kernel for a Sun 3x, say N.
 
-- 
1.7.2.1


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

* [PATCH 39/91] arch/mips/math-emu/dp_frexp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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_frexp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c
index e650cb1..bc4b3d6 100644
--- a/arch/mips/math-emu/dp_frexp.c
+++ b/arch/mips/math-emu/dp_frexp.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	[flat|nested] 15+ messages in thread

* [PATCH 40/91] arch/mips/math-emu/dp_add.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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_add.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_add.c b/arch/mips/math-emu/dp_add.c
index bcf73bb..4b3a8e6 100644
--- a/arch/mips/math-emu/dp_add.c
+++ b/arch/mips/math-emu/dp_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	[flat|nested] 15+ messages in thread

* [PATCH 41/91] arch/mips/math-emu/dp_tint.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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_tint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_tint.c b/arch/mips/math-emu/dp_tint.c
index 2447862..234d520 100644
--- a/arch/mips/math-emu/dp_tint.c
+++ b/arch/mips/math-emu/dp_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	[flat|nested] 15+ messages in thread

* [PATCH 42/91] arch/mips/math-emu/ieee754dp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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/ieee754dp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754dp.c b/arch/mips/math-emu/ieee754dp.c
index 2f22fd7..d2cedf5 100644
--- a/arch/mips/math-emu/ieee754dp.c
+++ b/arch/mips/math-emu/ieee754dp.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	[flat|nested] 15+ messages in thread

* [PATCH 43/91] arch/mips/math-emu/dp_sub.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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_sub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_sub.c b/arch/mips/math-emu/dp_sub.c
index a2127d6..2593cf1 100644
--- a/arch/mips/math-emu/dp_sub.c
+++ b/arch/mips/math-emu/dp_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	[flat|nested] 15+ messages in thread

* [PATCH 44/91] arch/mips/math-emu/ieee754.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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/ieee754.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h
index dd91733..a3d0893 100644
--- a/arch/mips/math-emu/ieee754.h
+++ b/arch/mips/math-emu/ieee754.h
@@ -1,7 +1,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	[flat|nested] 15+ messages in thread

* [PATCH 45/91] arch/mips/math-emu/dp_fsp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 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_fsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_fsp.c b/arch/mips/math-emu/dp_fsp.c
index 494d19a..3c2ef64 100644
--- a/arch/mips/math-emu/dp_fsp.c
+++ b/arch/mips/math-emu/dp_fsp.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	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-09-02 21:21 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:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®