]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc64/kernel/lparcfg.c
Allow PCI config space syscalls to be used by 64-bit processes.
[linux-2.6-omap-h63xx.git] / arch / ppc64 / kernel / lparcfg.c
index edad361a8db00a9fbc5e3c7950ee575e22f8d4db..cae19bbd5acd9d790ef84945b678872ffd1c2593 100644 (file)
@@ -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)) {