diff --git a/[refs] b/[refs] index 30ce8e10e235..f68264a11abe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa2259b06c38a7c392966c66cd1cdd710d487463 +refs/heads/master: 71839267f2554d76bb0862cdd0181a60bd0f4970 diff --git a/trunk/arch/ppc64/kernel/lparcfg.c b/trunk/arch/ppc64/kernel/lparcfg.c index edad361a8db0..cae19bbd5acd 100644 --- a/trunk/arch/ppc64/kernel/lparcfg.c +++ b/trunk/arch/ppc64/kernel/lparcfg.c @@ -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)) {