Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48367
b: refs/heads/master
c: ded2e9b
h: refs/heads/master
i:
  48365: 45b262a
  48363: a53ccd6
  48359: 205bef9
  48351: b474eb8
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent bf2aa62 commit 6d0633b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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: f5f106784eba94a00bbe73be651e423386ebe6d4
refs/heads/master: ded2e9bdfc5ac09f29b9f73fc1b75b1080edef90
11 changes: 8 additions & 3 deletions trunk/arch/ppc/kernel/ppc_htab.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,16 @@ static ctl_table htab_ctl_table[]={
.mode = 0644,
.proc_handler = &proc_dol2crvec,
},
{ 0, },
{}
};
static ctl_table htab_sysctl_root[] = {
{ 1, "kernel", NULL, 0, 0755, htab_ctl_table, },
{ 0,},
{
.ctl_name = CTL_KERN,
.procname = "kernel",
.mode = 0555,
.child = htab_ctl_table,
},
{}
};

static int __init
Expand Down

0 comments on commit 6d0633b

Please sign in to comment.