Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48369
b: refs/heads/master
c: f385451
h: refs/heads/master
i:
  48367: 6d0633b
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent 151109f commit b1e3f38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e3c6449dcdfa023ca45b7ef1f7dce102f34f25ad
refs/heads/master: f3854517f3b4cf372d3d5a2a71969c9b26090b7a
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/ia32/ia32_binfmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static ctl_table abi_root_table2[] = {

static __init int ia32_binfmt_init(void)
{
register_sysctl_table(abi_root_table2, 1);
register_sysctl_table(abi_root_table2, 0);
return 0;
}
__initcall(ia32_binfmt_init);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static ctl_table debug_root_table2[] = {

static __init int x8664_sysctl_init(void)
{
register_sysctl_table(debug_root_table2, 1);
register_sysctl_table(debug_root_table2, 0);
return 0;
}
__initcall(x8664_sysctl_init);
Expand Down

0 comments on commit b1e3f38

Please sign in to comment.