diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 | ||||
-rw-r--r-- | Documentation/sparse.txt | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7702e3d397bb..856c8b114e71 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -79,6 +79,7 @@ parameter is applicable: | |||
79 | Documentation/scsi/. | 79 | Documentation/scsi/. |
80 | SELINUX SELinux support is enabled. | 80 | SELINUX SELinux support is enabled. |
81 | SERIAL Serial support is enabled. | 81 | SERIAL Serial support is enabled. |
82 | SH SuperH architecture is enabled. | ||
82 | SMP The kernel is an SMP kernel. | 83 | SMP The kernel is an SMP kernel. |
83 | SPARC Sparc architecture is enabled. | 84 | SPARC Sparc architecture is enabled. |
84 | SWSUSP Software suspend is enabled. | 85 | SWSUSP Software suspend is enabled. |
@@ -486,7 +487,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
486 | 487 | ||
487 | dtc3181e= [HW,SCSI] | 488 | dtc3181e= [HW,SCSI] |
488 | 489 | ||
489 | earlyprintk= [IA-32,X86-64] | 490 | earlyprintk= [IA-32,X86-64,SH] |
490 | earlyprintk=vga | 491 | earlyprintk=vga |
491 | earlyprintk=serial[,ttySn[,baudrate]] | 492 | earlyprintk=serial[,ttySn[,baudrate]] |
492 | 493 | ||
@@ -1785,7 +1786,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1785 | usbhid.mousepoll= | 1786 | usbhid.mousepoll= |
1786 | [USBHID] The interval which mice are to be polled at. | 1787 | [USBHID] The interval which mice are to be polled at. |
1787 | 1788 | ||
1788 | vdso= [IA-32] | 1789 | vdso= [IA-32,SH] |
1789 | vdso=1: enable VDSO (default) | 1790 | vdso=1: enable VDSO (default) |
1790 | vdso=0: disable VDSO mapping | 1791 | vdso=0: disable VDSO mapping |
1791 | 1792 | ||
diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt index f9c99c9a54f9..1a3bdc27d95e 100644 --- a/Documentation/sparse.txt +++ b/Documentation/sparse.txt | |||
@@ -45,11 +45,15 @@ special. | |||
45 | Getting sparse | 45 | Getting sparse |
46 | ~~~~~~~~~~~~~~ | 46 | ~~~~~~~~~~~~~~ |
47 | 47 | ||
48 | With git, you can just get it from | 48 | You can get latest released versions from the Sparse homepage at |
49 | http://www.kernel.org/pub/linux/kernel/people/josh/sparse/ | ||
49 | 50 | ||
50 | rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git | 51 | Alternatively, you can get snapshots of the latest development version |
52 | of sparse using git to clone.. | ||
51 | 53 | ||
52 | and DaveJ has tar-balls at | 54 | git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git |
55 | |||
56 | DaveJ has hourly generated tarballs of the git tree available at.. | ||
53 | 57 | ||
54 | http://www.codemonkey.org.uk/projects/git-snapshots/sparse/ | 58 | http://www.codemonkey.org.uk/projects/git-snapshots/sparse/ |
55 | 59 | ||