Loading arch/powerpc/mm/numa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1785,7 +1785,7 @@ static const struct file_operations topology_ops = { static int topology_update_init(void) { start_topology_update(); proc_create("powerpc/topology_updates", 644, NULL, &topology_ops); proc_create("powerpc/topology_updates", 0644, NULL, &topology_ops); return 0; } Loading Loading
arch/powerpc/mm/numa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1785,7 +1785,7 @@ static const struct file_operations topology_ops = { static int topology_update_init(void) { start_topology_update(); proc_create("powerpc/topology_updates", 644, NULL, &topology_ops); proc_create("powerpc/topology_updates", 0644, NULL, &topology_ops); return 0; } Loading