Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170016
b: refs/heads/master
c: 961303c
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 12, 2009
1 parent f4e3176 commit a30fb87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 757010f026ab3044c594003e216d00a33ed95c56
refs/heads/master: 961303c44d8384a872d7eee069701b044ef1abc5
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int cm_sysctl(ctl_table *table,
static struct ctl_table pm_table[] =
{
{
.ctl_name = CTL_PM_SUSPEND,
.ctl_name = CTL_UNNUMBERED,
.procname = "suspend",
.data = NULL,
.maxlen = 0,
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/frv/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int procctl_frv_pin_cxnr(ctl_table *table, int write, struct file *filp,
static struct ctl_table frv_table[] =
{
{
.ctl_name = 1,
.ctl_name = CTL_UNNUMBERD,
.procname = "cache-mode",
.data = NULL,
.maxlen = 0,
Expand All @@ -185,7 +185,7 @@ static struct ctl_table frv_table[] =
},
#ifdef CONFIG_MMU
{
.ctl_name = 2,
.ctl_name = CTL_UNNUMBERD,
.procname = "pin-cxnr",
.data = NULL,
.maxlen = 0,
Expand All @@ -203,7 +203,7 @@ static struct ctl_table frv_table[] =
static struct ctl_table frv_dir_table[] =
{
{
.ctl_name = CTL_FRV,
.ctl_name = CTL_UNNUMBERED,
.procname = "frv",
.mode = 0555,
.child = frv_table
Expand Down

0 comments on commit a30fb87

Please sign in to comment.