diff options
author | Helge Deller <deller@gmx.de> | 2020-06-02 00:02:11 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-06-02 00:02:11 +0300 |
commit | 861e93cf88b3722daf75947aa6c8ac342f238911 (patch) | |
tree | 0330fd801be0bb9e4703ad911ac1f9ac939f1597 /arch/parisc | |
parent | 24289f5601182974f20b9e46ce81eb2c51664518 (diff) | |
download | linux-861e93cf88b3722daf75947aa6c8ac342f238911.tar.xz |
parisc: firmware: Update references to parisc website
The PA-RISC Linux project web page is now hosted at
https://parisc.wiki.kernel.org
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/firmware.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/kernel/firmware.c b/arch/parisc/kernel/firmware.c index 1d976f2ebff0..665b70086685 100644 --- a/arch/parisc/kernel/firmware.c +++ b/arch/parisc/kernel/firmware.c @@ -4,7 +4,8 @@ * * PDC == Processor Dependent Code * - * See http://www.parisc-linux.org/documentation/index.html + * See PDC documentation at + * https://parisc.wiki.kernel.org/index.php/Technical_Documentation * for documentation describing the entry points and calling * conventions defined below. * |