linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Huacai Chen <chenhuacai@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	"open list:MIPS" <linux-mips@vger.kernel.org>,
	"Maciej W . Rozycki" <macro@orcam.me.uk>,
	Tiezhu Yang <yangtiezhu@loongson.cn>, Willy Tarreau <w@1wt.eu>,
	linux-edac@vger.kernel.org, linux-hams@vger.kernel.org,
	kernel-janitors@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 4/5] arch: mips: remove dead references
Date: Tue, 23 Feb 2021 09:19:23 +0800	[thread overview]
Message-ID: <CAAhV-H6VHA3jsFt-9GjXt4zc3v8TcW3q-j6xyF4VwR3Sv7zRZA@mail.gmail.com> (raw)
In-Reply-To: <20210222161905.1153-5-lukas.bulwahn@gmail.com>

Reviewed-by: Huacai Chen <chenhuacai@kernel.org>

On Tue, Feb 23, 2021 at 12:22 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> The domain lookup for linux-mips.org fails for quite some time now.
> Further, the two links:
>
>   http://decstation.unix-ag.org/
>   http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/
>
> refer to old webpages or contain no further technical information.
>
> Remove all those dead references.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/mips/Kconfig             |  8 +-------
>  arch/mips/jazz/Kconfig        | 12 +++---------
>  tools/include/nolibc/nolibc.h |  3 +--
>  3 files changed, 5 insertions(+), 18 deletions(-)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index d89efba3d8a4..8cb1e2be5999 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -375,9 +375,7 @@ config MACH_DECSTATION
>         select SYS_SUPPORTS_1024HZ
>         select MIPS_L1_CACHE_SHIFT_4
>         help
> -         This enables support for DEC's MIPS based workstations.  For details
> -         see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
> -         DECstation porting pages on <http://decstation.unix-ag.org/>.
> +         This enables support for DEC's MIPS based workstations.
>
>           If you have one of the following DECstation Models you definitely
>           want to choose R4xx0 for the CPU Type:
> @@ -3263,10 +3261,6 @@ config TC
>           processors.  TURBOchannel programming specifications are available
>           at:
>           <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
> -         and:
> -         <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
> -         Linux driver support status is documented at:
> -         <http://www.linux-mips.org/wiki/DECstation>
>
>  config MMU
>         bool
> diff --git a/arch/mips/jazz/Kconfig b/arch/mips/jazz/Kconfig
> index 42932ca98db9..162d11670c75 100644
> --- a/arch/mips/jazz/Kconfig
> +++ b/arch/mips/jazz/Kconfig
> @@ -5,9 +5,7 @@ config ACER_PICA_61
>         select DMA_NONCOHERENT
>         help
>           This is a machine with a R4400 133/150 MHz CPU. To compile a Linux
> -         kernel that runs on these, say Y here. For details about Linux on
> -         the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
> -         <http://www.linux-mips.org/>.
> +         kernel that runs on these, say Y here.
>
>  config MIPS_MAGNUM_4000
>         bool "Support for MIPS Magnum 4000"
> @@ -16,9 +14,7 @@ config MIPS_MAGNUM_4000
>         select SYS_SUPPORTS_BIG_ENDIAN
>         help
>           This is a machine with a R4000 100 MHz CPU. To compile a Linux
> -         kernel that runs on these, say Y here. For details about Linux on
> -         the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
> -         <http://www.linux-mips.org/>.
> +         kernel that runs on these, say Y here.
>
>  config OLIVETTI_M700
>         bool "Support for Olivetti M700-10"
> @@ -26,6 +22,4 @@ config OLIVETTI_M700
>         select DMA_NONCOHERENT
>         help
>           This is a machine with a R4000 100 MHz CPU. To compile a Linux
> -         kernel that runs on these, say Y here. For details about Linux on
> -         the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
> -         <http://www.linux-mips.org/>.
> +         kernel that runs on these, say Y here.
> diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h
> index 8b7a9830dd22..754e64c4a1d1 100644
> --- a/tools/include/nolibc/nolibc.h
> +++ b/tools/include/nolibc/nolibc.h
> @@ -1027,8 +1027,7 @@ struct sys_stat_struct {
>   *   - arguments are in a0, a1, a2, a3, then the stack. The caller needs to
>   *     leave some room in the stack for the callee to save a0..a3 if needed.
>   *   - Many registers are clobbered, in fact only a0..a2 and s0..s8 are
> - *     preserved. See: https://www.linux-mips.org/wiki/Syscall as well as
> - *     scall32-o32.S in the kernel sources.
> + *     preserved. See: scall32-o32.S in the kernel sources.
>   *   - the system call is performed by calling "syscall"
>   *   - syscall return comes in v0, and register a3 needs to be checked to know
>   *     if an error occured, in which case errno is in v0.
> --
> 2.17.1
>

  reply	other threads:[~2021-02-23  1:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 16:19 [PATCH 0/5] Remove dead linux-mips.org references Lukas Bulwahn
2021-02-22 16:19 ` [PATCH 1/5] MAINTAINERS: mark sections from Ralf Baechle orphan Lukas Bulwahn
2021-02-22 16:19 ` [PATCH 2/5] MAINTAINERS: remove linux-mips.org references Lukas Bulwahn
2021-02-23  1:16   ` Huacai Chen
2021-02-23  9:48   ` Philippe Mathieu-Daudé
2021-02-26  8:29     ` Lukas Bulwahn
2021-02-22 16:19 ` [PATCH 3/5] arch: mips: update references to current linux-mips list Lukas Bulwahn
2021-02-23  1:17   ` Huacai Chen
2021-02-23  9:49   ` Philippe Mathieu-Daudé
2021-02-23 12:29   ` Thomas Bogendoerfer
2021-02-23 13:24     ` Maciej W. Rozycki
2021-02-22 16:19 ` [PATCH 4/5] arch: mips: remove dead references Lukas Bulwahn
2021-02-23  1:19   ` Huacai Chen [this message]
2021-02-23  9:59   ` Philippe Mathieu-Daudé
2021-02-23 12:30     ` Maciej W. Rozycki
2021-02-22 16:19 ` [PATCH 5/5] MIPS: SGI-IP27: fix spelling in Copyright Lukas Bulwahn
2021-02-23  1:20   ` Huacai Chen
2021-02-23  9:50   ` Philippe Mathieu-Daudé
2021-02-23 12:33     ` Maciej W. Rozycki
2021-02-23 13:33       ` Philippe Mathieu-Daudé
2021-02-23 13:25   ` Maciej W. Rozycki
2021-02-22 17:47 ` [PATCH 0/5] Remove dead linux-mips.org references Maciej W. Rozycki
2021-02-22 17:56   ` Lukas Bulwahn
2021-02-22 18:19   ` [EXTERNAL]Re: " Kurt Martin
2021-03-22  7:52     ` Lukas Bulwahn
     [not found]       ` <BY5PR22MB18410B38B795973450A10D4DC7659@BY5PR22MB1841.namprd22.prod.outlook.com>
2021-03-23  3:36         ` Kurt Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAhV-H6VHA3jsFt-9GjXt4zc3v8TcW3q-j6xyF4VwR3Sv7zRZA@mail.gmail.com \
    --to=chenhuacai@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-hams@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=lukas.bulwahn@gmail.com \
    --cc=macro@orcam.me.uk \
    --cc=tsbogend@alpha.franken.de \
    --cc=w@1wt.eu \
    --cc=yangtiezhu@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).