summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@codemonkey.org.uk>2019-07-18 23:51:56 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-19 15:22:04 -0400
commit40ef768ab6eecc1b51461a034274350b31fc29d1 (patch)
tree01cf98acb872b454797705861b90c7c256ebeae5
parent41ba485ef1d0dca98c5b194b8fb19201e123a08d (diff)
Remove references to dead website.
This fell into disrepair a while ago, and the majority of hits to the snapshots were from bots, so it's more trouble to keep running than it's worth. Signed-off-by: Dave Jones <davej@codemonkey.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--CREDITS1
-rw-r--r--Documentation/dev-tools/sparse.rst5
-rw-r--r--Documentation/translations/zh_CN/sparse.txt4
3 files changed, 0 insertions, 10 deletions
diff --git a/CREDITS b/CREDITS
index 401c5092bbf9..a7387605fbdc 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1770,7 +1770,6 @@ S: USA
1770 1770
1771N: Dave Jones 1771N: Dave Jones
1772E: davej@codemonkey.org.uk 1772E: davej@codemonkey.org.uk
1773W: http://www.codemonkey.org.uk
1774D: Assorted VIA x86 support. 1773D: Assorted VIA x86 support.
1775D: 2.5 AGPGART overhaul. 1774D: 2.5 AGPGART overhaul.
1776D: CPUFREQ maintenance. 1775D: CPUFREQ maintenance.
diff --git a/Documentation/dev-tools/sparse.rst b/Documentation/dev-tools/sparse.rst
index c401c952a340..6f4870528226 100644
--- a/Documentation/dev-tools/sparse.rst
+++ b/Documentation/dev-tools/sparse.rst
@@ -81,11 +81,6 @@ of sparse using git to clone::
81 81
82 git://git.kernel.org/pub/scm/devel/sparse/sparse.git 82 git://git.kernel.org/pub/scm/devel/sparse/sparse.git
83 83
84DaveJ has hourly generated tarballs of the git tree available at::
85
86 http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
87
88
89Once you have it, just do:: 84Once you have it, just do::
90 85
91 make 86 make
diff --git a/Documentation/translations/zh_CN/sparse.txt b/Documentation/translations/zh_CN/sparse.txt
index 47fc4a06ebe8..0f444b83d639 100644
--- a/Documentation/translations/zh_CN/sparse.txt
+++ b/Documentation/translations/zh_CN/sparse.txt
@@ -73,10 +73,6 @@ __bitwise"类型。
73 73
74 git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git 74 git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git
75 75
76DaveJ 把每小时自动生成的 git 源码树 tar 包放在以下地址:
77
78 http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
79
80一旦你下载了源码,只要以普通用户身份运行: 76一旦你下载了源码,只要以普通用户身份运行:
81 77
82 make 78 make