diff options
| author | David S. Miller <davem@davemloft.net> | 2012-10-02 23:02:10 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-10-02 23:02:10 -0400 |
| commit | 954f9ac43b87b44152b8c21163cefd466a87145e (patch) | |
| tree | 31c4197f975c66c96976948663e6ce844900b41a /kernel/sysctl.c | |
| parent | 1b62ca7bf5775bed048032b7e779561e1fe66aa0 (diff) | |
| parent | 7fe0b14b725d6d09a1d9e1409bd465cb88b587f9 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
There's a Niagara 2 memcpy fix in this tree and I have
a Kconfig fix from Dave Jones which requires the sparc-next
changes which went upstream yesterday.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 87174ef59161..84c76a34e41c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -307,7 +307,7 @@ static struct ctl_table kern_table[] = { | |||
| 307 | .extra2 = &max_sched_tunable_scaling, | 307 | .extra2 = &max_sched_tunable_scaling, |
| 308 | }, | 308 | }, |
| 309 | { | 309 | { |
| 310 | .procname = "sched_migration_cost", | 310 | .procname = "sched_migration_cost_ns", |
| 311 | .data = &sysctl_sched_migration_cost, | 311 | .data = &sysctl_sched_migration_cost, |
| 312 | .maxlen = sizeof(unsigned int), | 312 | .maxlen = sizeof(unsigned int), |
| 313 | .mode = 0644, | 313 | .mode = 0644, |
| @@ -321,14 +321,14 @@ static struct ctl_table kern_table[] = { | |||
| 321 | .proc_handler = proc_dointvec, | 321 | .proc_handler = proc_dointvec, |
| 322 | }, | 322 | }, |
| 323 | { | 323 | { |
| 324 | .procname = "sched_time_avg", | 324 | .procname = "sched_time_avg_ms", |
| 325 | .data = &sysctl_sched_time_avg, | 325 | .data = &sysctl_sched_time_avg, |
| 326 | .maxlen = sizeof(unsigned int), | 326 | .maxlen = sizeof(unsigned int), |
| 327 | .mode = 0644, | 327 | .mode = 0644, |
| 328 | .proc_handler = proc_dointvec, | 328 | .proc_handler = proc_dointvec, |
| 329 | }, | 329 | }, |
| 330 | { | 330 | { |
| 331 | .procname = "sched_shares_window", | 331 | .procname = "sched_shares_window_ns", |
| 332 | .data = &sysctl_sched_shares_window, | 332 | .data = &sysctl_sched_shares_window, |
| 333 | .maxlen = sizeof(unsigned int), | 333 | .maxlen = sizeof(unsigned int), |
| 334 | .mode = 0644, | 334 | .mode = 0644, |
| @@ -1544,7 +1544,7 @@ static struct ctl_table fs_table[] = { | |||
| 1544 | 1544 | ||
| 1545 | static struct ctl_table debug_table[] = { | 1545 | static struct ctl_table debug_table[] = { |
| 1546 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ | 1546 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ |
| 1547 | defined(CONFIG_S390) || defined(CONFIG_TILE) | 1547 | defined(CONFIG_S390) || defined(CONFIG_TILE) || defined(CONFIG_ARM64) |
| 1548 | { | 1548 | { |
| 1549 | .procname = "exception-trace", | 1549 | .procname = "exception-trace", |
| 1550 | .data = &show_unhandled_signals, | 1550 | .data = &show_unhandled_signals, |
