diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-03 15:20:26 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 15:20:26 +0200 |
commit | 24aaef8d7f8e1eeacb0121cde93112fe43c795ad (patch) | |
tree | cc5cf620aea786e4da392db9dada1dbe5d14fa15 | |
parent | 2d27a96614c961b069d1a8abdeaf2750a3941bd1 (diff) | |
download | linux-exynos-24aaef8d7f8e1eeacb0121cde93112fe43c795ad.tar.gz linux-exynos-24aaef8d7f8e1eeacb0121cde93112fe43c795ad.tar.bz2 linux-exynos-24aaef8d7f8e1eeacb0121cde93112fe43c795ad.zip |
Documentation: Update to refer to correct "rcupdate" module name
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | Documentation/kernel-parameters.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 072cf6d4ec8d..4e7f191f76a6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1561,14 +1561,17 @@ and is between 256 and 4096 characters. It is defined in the file ramdisk_size= [RAM] Sizes of RAM disks in kilobytes See Documentation/ramdisk.txt. - rcu.blimit= [KNL,BOOT] Set maximum number of finished - RCU callbacks to process in one batch. + rcupdate.blimit= [KNL,BOOT] + Set maximum number of finished RCU callbacks to process + in one batch. - rcu.qhimark= [KNL,BOOT] Set threshold of queued + rcupdate.qhimark= [KNL,BOOT] + Set threshold of queued RCU callbacks over which batch limiting is disabled. - rcu.qlowmark= [KNL,BOOT] Set threshold of queued - RCU callbacks below which batch limiting is re-enabled. + rcupdate.qlowmark= [KNL,BOOT] + Set threshold of queued RCU callbacks below which + batch limiting is re-enabled. rdinit= [KNL] Format: <full_path> |