Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7305
b: refs/heads/master
c: 7183926
h: refs/heads/master
i:
  7303: 19c054f
v: v3
  • Loading branch information
Wim Coekaerts authored and Paul Mackerras committed Sep 6, 2005
1 parent 3502a0e commit 7bbba22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fa2259b06c38a7c392966c66cd1cdd710d487463
refs/heads/master: 71839267f2554d76bb0862cdd0181a60bd0f4970
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/lparcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ struct file_operations lparcfg_fops = {
int __init lparcfg_init(void)
{
struct proc_dir_entry *ent;
mode_t mode = S_IRUSR;
mode_t mode = S_IRUSR | S_IRGRP | S_IROTH;

/* Allow writing if we have FW_FEATURE_SPLPAR */
if (firmware_has_feature(FW_FEATURE_SPLPAR)) {
Expand Down

0 comments on commit 7bbba22

Please sign in to comment.