diff options
author | Viresh Kumar <[email protected]> | 2017-04-13 14:45:48 +0530 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-08-10 12:18:13 +0200 |
commit | 4d13a06d54c415238325b0fe2c14f1052da4512f (patch) | |
tree | ad9bf446802273b86d26d37d53f7a7eaf12139b0 /lib/mpi/mpi-cmp.c | |
parent | 3a123bbbb10d54dbdde6ccbbd519c74c91ba2f52 (diff) |
sched/topology: Drop memset() from init_rootdomain()
There are only two callers of init_rootdomain(). One of them passes a
global to it and another one sends dynamically allocated root-domain.
There is no need to memset the root-domain in the first case as the
structure is already reset.
Update alloc_rootdomain() to allocate the memory with kzalloc() and
remove the memset() call from init_rootdomain().
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vincent Guittot <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/fc2f6cc90b098040970c85a97046512572d765bc.1492065513.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions