diff options
author | Dave Jones <davej@codemonkey.org.uk> | 2019-07-18 23:51:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-19 15:22:04 -0400 |
commit | 40ef768ab6eecc1b51461a034274350b31fc29d1 (patch) | |
tree | 01cf98acb872b454797705861b90c7c256ebeae5 | |
parent | 41ba485ef1d0dca98c5b194b8fb19201e123a08d (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-- | CREDITS | 1 | ||||
-rw-r--r-- | Documentation/dev-tools/sparse.rst | 5 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/sparse.txt | 4 |
3 files changed, 0 insertions, 10 deletions
@@ -1770,7 +1770,6 @@ S: USA | |||
1770 | 1770 | ||
1771 | N: Dave Jones | 1771 | N: Dave Jones |
1772 | E: davej@codemonkey.org.uk | 1772 | E: davej@codemonkey.org.uk |
1773 | W: http://www.codemonkey.org.uk | ||
1774 | D: Assorted VIA x86 support. | 1773 | D: Assorted VIA x86 support. |
1775 | D: 2.5 AGPGART overhaul. | 1774 | D: 2.5 AGPGART overhaul. |
1776 | D: CPUFREQ maintenance. | 1775 | D: 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 | ||
84 | DaveJ has hourly generated tarballs of the git tree available at:: | ||
85 | |||
86 | http://www.codemonkey.org.uk/projects/git-snapshots/sparse/ | ||
87 | |||
88 | |||
89 | Once you have it, just do:: | 84 | Once 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 | ||
76 | DaveJ 把每小时自动生成的 git 源码树 tar 包放在以下地址: | ||
77 | |||
78 | http://www.codemonkey.org.uk/projects/git-snapshots/sparse/ | ||
79 | |||
80 | 一旦你下载了源码,只要以普通用户身份运行: | 76 | 一旦你下载了源码,只要以普通用户身份运行: |
81 | 77 | ||
82 | make | 78 | make |