Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23367
b: refs/heads/master
c: 5e8b1c4
h: refs/heads/master
i:
  23365: 3709c7b
  23363: 9bd7839
  23359: 2e1d20d
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Mar 24, 2006
1 parent 911c1ca commit b57e9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 596852967ce3208b90132895dd1992a31b058bc8
refs/heads/master: 5e8b1c4083a7f0f1e671ea16e23b78d1c8d3e0aa
6 changes: 3 additions & 3 deletions trunk/arch/s390/mm/cmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,19 @@ static struct ctl_table cmm_table[] = {
{
.ctl_name = VM_CMM_PAGES,
.procname = "cmm_pages",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_pages_handler,
},
{
.ctl_name = VM_CMM_TIMED_PAGES,
.procname = "cmm_timed_pages",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_pages_handler,
},
{
.ctl_name = VM_CMM_TIMEOUT,
.procname = "cmm_timeout",
.mode = 0600,
.mode = 0644,
.proc_handler = &cmm_timeout_handler,
},
{ .ctl_name = 0 }
Expand Down

0 comments on commit b57e9cc

Please sign in to comment.