Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43eab381 authored by Philipp Hachtmann's avatar Philipp Hachtmann Committed by Martin Schwidefsky
Browse files

s390/topology: Remove call to update_cpu_masks()



The call to update_cpu_masks() from within topology_init()
is completely redundant. This patch removes it.

Signed-off-by: default avatarPhilipp Hachtmann <phacht@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent fa2a0627
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -451,7 +451,6 @@ static int __init topology_init(void)
	}
	set_topology_timer();
out:
	update_cpu_masks();
	return device_create_file(cpu_subsys.dev_root, &dev_attr_dispatching);
}
device_initcall(topology_init);