All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory.
@ 2010-09-02 21:07 Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 17/91] arch/arm/mach-pxa/idp.c " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mach-footbridge/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-footbridge/Kconfig b/arch/arm/mach-footbridge/Kconfig
index bdd2579..81d66fb 100644
--- a/arch/arm/mach-footbridge/Kconfig
+++ b/arch/arm/mach-footbridge/Kconfig
@@ -29,7 +29,8 @@ config ARCH_PERSONAL_SERVER
 	  There are no product plans beyond the current research
 	  prototypes at this time.  Information is available at:
 
-	  <http://www.crl.hpl.hp.com/projects/personalserver/>
+	  <http://web.archive.org/web/*/http://www.crl.hpl.hp.com
+	  /projects/personalserver/>
 
 	  If you have any questions or comments about the  Compaq Personal
 	  Server, send e-mail to <skiff@crl.dec.com>.
-- 
1.7.2.1


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

* [PATCH 17/91] arch/arm/mach-pxa/idp.c Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 18/91] arch/arm/mach-pxa/am300epd.c " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mach-pxa/idp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c
index bc78c4d..25864d8 100644
--- a/arch/arm/mach-pxa/idp.c
+++ b/arch/arm/mach-pxa/idp.c
@@ -11,8 +11,8 @@
  *              Initial code
  *
  *  2005-02-15: Cliff Brake <cliff.brake@gmail.com>
- *  		<http://www.vibren.com> <http://bec-systems.com>
- *              Updated for 2.6 kernel
+ *  		<http://web.archive.org/web/*/http://www.vibren.com> 
+ *             <http://bec-systems.com> Updated for 2.6 kernel
  *
  */
 
-- 
1.7.2.1


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

* [PATCH 18/91] arch/arm/mach-pxa/am300epd.c Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 17/91] arch/arm/mach-pxa/idp.c " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 19/91] arch/arm/mach-pxa/am200epd.c " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mach-pxa/am300epd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/am300epd.c b/arch/arm/mach-pxa/am300epd.c
index 993d75e..01aa021 100644
--- a/arch/arm/mach-pxa/am300epd.c
+++ b/arch/arm/mach-pxa/am300epd.c
@@ -8,7 +8,7 @@
  * more details.
  *
  * This work was made possible by help and equipment support from E-Ink
- * Corporation. http://support.eink.com/community
+ * Corporation. http://www.support.eink.com/
  *
  * This driver is written to be used with the Broadsheet display controller.
  * on the AM300 EPD prototype kit/development kit with an E-Ink 800x600
-- 
1.7.2.1


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

* [PATCH 19/91] arch/arm/mach-pxa/am200epd.c Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 17/91] arch/arm/mach-pxa/idp.c " Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 18/91] arch/arm/mach-pxa/am300epd.c " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 20/91] arch/arm/mach-pxa/include/mach/idp.h " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mach-pxa/am200epd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/am200epd.c b/arch/arm/mach-pxa/am200epd.c
index 3499fad..0fd6a08 100644
--- a/arch/arm/mach-pxa/am200epd.c
+++ b/arch/arm/mach-pxa/am200epd.c
@@ -10,7 +10,7 @@
  * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
  *
  * This work was made possible by help and equipment support from E-Ink
- * Corporation. http://support.eink.com/community
+ * Corporation. http://www.support.eink.com/
  *
  * This driver is written to be used with the Metronome display controller.
  * on the AM200 EPD prototype kit/development kit with an E-Ink 800x600
-- 
1.7.2.1


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

* [PATCH 20/91] arch/arm/mach-pxa/include/mach/idp.h Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 19/91] arch/arm/mach-pxa/am200epd.c " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 21/91] arch/arm/include/asm/hardware/icst.h " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mach-pxa/include/mach/idp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-pxa/include/mach/idp.h b/arch/arm/mach-pxa/include/mach/idp.h
index 5eff96f..8c38479 100644
--- a/arch/arm/mach-pxa/include/mach/idp.h
+++ b/arch/arm/mach-pxa/include/mach/idp.h
@@ -11,8 +11,8 @@
  *             Initial code
  *
  * 2005-02-15: Cliff Brake <cliff.brake@gmail.com>
- *             <http://www.vibren.com> <http://bec-systems.com>
- *             Changes for 2.6 kernel.
+ *             <http://web.archive.org/web/*/http://www.vibren.com> 
+ *             <http://bec-systems.com> Changes for 2.6 kernel.
  */
 
 
-- 
1.7.2.1


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

* [PATCH 21/91] arch/arm/include/asm/hardware/icst.h Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 20/91] arch/arm/mach-pxa/include/mach/idp.h " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 22/91] arch/arm/mm/proc-xscale.S " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/include/asm/hardware/icst.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/hardware/icst.h b/arch/arm/include/asm/hardware/icst.h
index 10382a3..794220b 100644
--- a/arch/arm/include/asm/hardware/icst.h
+++ b/arch/arm/include/asm/hardware/icst.h
@@ -8,7 +8,7 @@
  * published by the Free Software Foundation.
  *
  *  Support functions for calculating clocks/divisors for the ICST
- *  clock generators.  See http://www.icst.com/ for more information
+ *  clock generators.  See http://www.idt.com/ for more information
  *  on these devices.
  */
 #ifndef ASMARM_HARDWARE_ICST_H
-- 
1.7.2.1


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

* [PATCH 22/91] arch/arm/mm/proc-xscale.S Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 21/91] arch/arm/include/asm/hardware/icst.h " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 23/91] arch/arm/mm/Kconfig " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mm/proc-xscale.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S
index 1407597..887975f 100644
--- a/arch/arm/mm/proc-xscale.S
+++ b/arch/arm/mm/proc-xscale.S
@@ -418,7 +418,7 @@ ENTRY(xscale_cache_fns)
  *
  * See erratum #25 of "Intel 80200 Processor Specification Update",
  * revision January 22, 2003, available at:
- *     http://www.intel.com/design/iio/specupdt/273415.htm
+ *     http://www.intel.com/design/
  */
 ENTRY(xscale_80200_A0_A1_cache_fns)
 	.long	xscale_flush_kern_cache_all
-- 
1.7.2.1


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

* [PATCH 23/91] arch/arm/mm/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 22/91] arch/arm/mm/proc-xscale.S " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 24/91] arch/avr32/Kconfig " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/arm/mm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 33c3f57..9516aaf 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -314,7 +314,7 @@ config CPU_SA110
 	  The Intel StrongARM(R) SA-110 is a 32-bit microprocessor and
 	  is available at five speeds ranging from 100 MHz to 233 MHz.
 	  More information is available at
-	  <http://developer.intel.com/design/strong/sa110.htm>.
+	  <http://developer.intel.com/design/>.
 
 	  Say Y if you want support for the SA-110 processor.
 	  Otherwise, say N.
-- 
1.7.2.1


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

* [PATCH 24/91] arch/avr32/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 23/91] arch/arm/mm/Kconfig " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 25/91] arch/h8300/Kconfig.cpu " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/avr32/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index f515727..787dcba 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -145,7 +145,7 @@ config BOARD_HAMMERHEAD
 	  will cover even the most exceptional need of memory bandwidth. Together with the onboard
 	  video decoder the board is ready for video processing.
 
-	  For more information see: http://www.miromico.com/hammerhead
+	  For more information see: http://www.hammerhead.ch/index.php/getting-started.html 
 
 config BOARD_FAVR_32
 	bool "Favr-32 LCD-board"
-- 
1.7.2.1


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

* [PATCH 25/91] arch/h8300/Kconfig.cpu Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 24/91] arch/avr32/Kconfig " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 26/91] arch/h8300/README " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/h8300/Kconfig.cpu |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu
index 6e2ecff..d69fc26 100644
--- a/arch/h8300/Kconfig.cpu
+++ b/arch/h8300/Kconfig.cpu
@@ -17,10 +17,10 @@ config H8300H_AKI3068NET
 	help
 	  AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
 	  More Information. (Japanese Only)
-	  <http://akizukidensi.com/catalog/h8.html>
+	  <http://akizukidenshi.com/catalog/default.aspx>
 	  AE-3068/69 Evaluation Board Support
 	  More Information.
-	  <http://www.microtronique.com/ae3069lan.htm>
+	  <http://www.microtronique.com/>
 
 config H8300H_H8MAX
 	bool "H8MAX"
@@ -28,7 +28,7 @@ config H8300H_H8MAX
 	help
 	  H8MAX Evaluation Board Support
 	  More Information. (Japanese Only)
-	  <http://strawberry-linux.com/h8/index.html>
+	  <http://strawberry-linux.com/h8/>
 
 config H8300H_SIM
 	bool "H8/300H Simulator"
@@ -36,7 +36,7 @@ config H8300H_SIM
 	help
 	  GDB Simulator Support
 	  More Information.
-	  arch/h8300/Doc/simulator.txt
+	  <http://www.gnu.org/software/gdb/> 
 
 config H8S_GENERIC
 	bool "H8S Generic"
@@ -49,15 +49,15 @@ config H8S_EDOSK2674
 	help
 	  Renesas EDOSK-2674 Evaluation Board Support
 	  More Information.
-	  <http://www.azpower.com/H8-uClinux/index.html>
- 	  <http://www.eu.renesas.com/tools/edk/support/edosk2674.html>
+	  <http://h8-uclinux.sourceforge.net/>
+ 	  <http://www.renesas.eu/>
 
 config H8S_SIM
 	bool "H8S Simulator"
 	help
 	  GDB Simulator Support
 	  More Information.
-	  arch/h8300/Doc/simulator.txt
+	  http://www.gnu.org/software/gdb/ 
 
 endchoice
 
-- 
1.7.2.1


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

* [PATCH 26/91] arch/h8300/README Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 25/91] arch/h8300/Kconfig.cpu " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 27/91] arch/ia64/kernel/acpi.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/h8300/README |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/arch/h8300/README b/arch/h8300/README
index 2fd6f6d..4254b15 100644
--- a/arch/h8300/README
+++ b/arch/h8300/README
@@ -11,18 +11,18 @@ H8/300H and H8S
 2.AE 3068/AE 3069
   more information 
   MICROTRONIQUE <http://www.microtronique.com/>
-  Akizuki Denshi Tsusho Ltd. <http://www.akizuki.ne.jp> (Japanese Only)
+  Akizuki Denshi Tsusho Ltd. <http://web.archive.org/web
+  /*/http://www.akizuki.ne.jp> (Japanese Only)
 
 3.H8MAX 
-  see http://ip-sol.jp/h8max/ (Japanese Only)
+  see http://strawberry-linux.com/h8/h8max.html (Japanese Only)
 
 4.EDOSK2674
-  see http://www.eu.renesas.com/products/mpumcu/tool/edk/support/edosk2674.html
-      http://www.azpower.com/H8-uClinux/
+  see http://www.renesas.eu/ 
+      http://h8-uclinux.sourceforge.net/ 
 
 * Toolchain Version
 gcc-3.1 or higher and patch
-see arch/h8300/tools_patch/README
 binutils-2.12 or higher
 gdb-5.2 or higher
 The environment that can compile a h8300-elf binary is necessary.
@@ -33,5 +33,4 @@ see http://www.uclinux.org/pub/uClinux/ports/h8/
 
 * A few words of thanks
 Porting to H8/300 serieses is support of Information-technology Promotion Agency, Japan.
-I thank support.
-and All developer/user.
+I thank support, and All developer/user.
-- 
1.7.2.1


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

* [PATCH 27/91] arch/ia64/kernel/acpi.c Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 26/91] arch/h8300/README " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 28/91] arch/ia64/lib/idiv64.S " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/kernel/acpi.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
index c6c90f3..c33c187 100644
--- a/arch/ia64/kernel/acpi.c
+++ b/arch/ia64/kernel/acpi.c
@@ -452,7 +452,8 @@ static int get_memory_proximity_domain(struct acpi_srat_mem_affinity *ma)
 
 /*
  * 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 
  */
 void __init acpi_numa_slit_init(struct acpi_table_slit *slit)
 {
-- 
1.7.2.1


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

* [PATCH 28/91] arch/ia64/lib/idiv64.S Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 27/91] arch/ia64/kernel/acpi.c " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 29/91] arch/ia64/lib/idiv32.S " Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 30/91] arch/ia64/sn/kernel/sn2/timer_interrupt.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/lib/idiv64.S |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/lib/idiv64.S b/arch/ia64/lib/idiv64.S
index f69bd2b..66ef4cf 100644
--- a/arch/ia64/lib/idiv64.S
+++ b/arch/ia64/lib/idiv64.S
@@ -7,7 +7,8 @@
  * This code is based on the application note entitled "Divide, Square Root
  * and Remainder Algorithms for the IA-64 Architecture".  This document
  * is available as Intel document number 248725-002 or via the web at
- * http://developer.intel.com/software/opensource/numerics/
+ * http://web.archive.org/web/20020611073250/developer.intel.com/
+ * software/products/opensource/libraries/num.htm 
  *
  * For more details on the theory behind these algorithms, see "IA-64
  * and Elementary Functions" by Peter Markstein; HP Professional Books
-- 
1.7.2.1


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

* [PATCH 29/91] arch/ia64/lib/idiv32.S Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 28/91] arch/ia64/lib/idiv64.S " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  2010-09-02 21:07 ` [PATCH 30/91] arch/ia64/sn/kernel/sn2/timer_interrupt.c " Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/lib/idiv32.S |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/lib/idiv32.S b/arch/ia64/lib/idiv32.S
index 2ac28bf..dad1949 100644
--- a/arch/ia64/lib/idiv32.S
+++ b/arch/ia64/lib/idiv32.S
@@ -7,7 +7,8 @@
  * This code is based on the application note entitled "Divide, Square Root
  * and Remainder Algorithms for the IA-64 Architecture".  This document
  * is available as Intel document number 248725-002 or via the web at
- * http://developer.intel.com/software/opensource/numerics/
+ * http://web.archive.org/web/20020611073250/developer.intel.com/
+ * software/products/opensource/libraries/num.htm 
  *
  * For more details on the theory behind these algorithms, see "IA-64
  * and Elementary Functions" by Peter Markstein; HP Professional Books
-- 
1.7.2.1


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

* [PATCH 30/91] arch/ia64/sn/kernel/sn2/timer_interrupt.c Update broken web addresses in the arch directory.
  2010-09-02 21:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-02 21:07 ` [PATCH 29/91] arch/ia64/lib/idiv32.S " Justin P. Mattock
@ 2010-09-02 21:07 ` Justin P. Mattock
  13 siblings, 0 replies; 15+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:07 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/sn2/timer_interrupt.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/sn/kernel/sn2/timer_interrupt.c b/arch/ia64/sn/kernel/sn2/timer_interrupt.c
index 103d6ea..9f9d5f2 100644
--- a/arch/ia64/sn/kernel/sn2/timer_interrupt.c
+++ b/arch/ia64/sn/kernel/sn2/timer_interrupt.c
@@ -1,6 +1,4 @@
 /*
- *
- *
  * Copyright (c) 2005, 2006 Silicon Graphics, Inc.  All Rights Reserved.
  * 
  * This program is free software; you can redistribute it and/or modify it 
@@ -24,7 +22,7 @@
  * 
  * For further information regarding this notice, see: 
  * 
- * http://oss.sgi.com/projects/GenInfo/NoticeExplan
+ * http://oss.sgi.com/
  */
 
 #include <linux/interrupt.h>
-- 
1.7.2.1


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

end of thread, other threads:[~2010-09-02 21:23 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:07 [PATCH 16/91] arch/arm/mach-footbridge/Kconfig Update broken web addresses in the arch directory Justin P. Mattock
2010-09-02 21:07 ` [PATCH 17/91] arch/arm/mach-pxa/idp.c " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 18/91] arch/arm/mach-pxa/am300epd.c " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 19/91] arch/arm/mach-pxa/am200epd.c " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 20/91] arch/arm/mach-pxa/include/mach/idp.h " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 21/91] arch/arm/include/asm/hardware/icst.h " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 22/91] arch/arm/mm/proc-xscale.S " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 23/91] arch/arm/mm/Kconfig " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 24/91] arch/avr32/Kconfig " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 25/91] arch/h8300/Kconfig.cpu " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 26/91] arch/h8300/README " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 27/91] arch/ia64/kernel/acpi.c " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 28/91] arch/ia64/lib/idiv64.S " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 29/91] arch/ia64/lib/idiv32.S " Justin P. Mattock
2010-09-02 21:07 ` [PATCH 30/91] arch/ia64/sn/kernel/sn2/timer_interrupt.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.