summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorShiju Mathew <shijum@codeaurora.org>2015-05-12 13:09:08 -0400
committerRohit Vaswani <rvaswani@codeaurora.org>2016-03-01 12:22:13 -0800
commit79804c4fe1acab6bdff6895158fd34f66c731c2f (patch)
tree8ea8639d2ae0472e95607a700c459f6c96bc7389 /arch/arm64
parentc298ac768c90b3e62a7d94e427b45feee40b5408 (diff)
arm64: Move topology_init to postcore
Move topology_init to postcore initcall to retrive cpu frequency table early in boot from OPP. Change-Id: I814a022f646878ee608f18ff740b5dc29c77a3c7 Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
index f4b69afa2efa..a446dd967e7c 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -391,7 +391,7 @@ static int __init topology_init(void)
return 0;
}
-subsys_initcall(topology_init);
+postcore_initcall(topology_init);
void arch_setup_pdev_archdata(struct platform_device *pdev)
{