Messages in this thread Patch in this message |  | | | From | "Justin P. Mattock" <> | | Subject | [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory. | | Date | Thu, 2 Sep 2010 14:08:52 -0700 |
| |
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
|  |