ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support
[powerpc.git] / drivers / base / cpu.c
index fe7ef33..4054507 100644 (file)
@@ -53,7 +53,7 @@ static ssize_t store_online(struct sys_device *dev, const char *buf,
                ret = count;
        return ret;
 }
-static SYSDEV_ATTR(online, 0600, show_online, store_online);
+static SYSDEV_ATTR(online, 0644, show_online, store_online);
 
 static void __devinit register_cpu_control(struct cpu *cpu)
 {