From: Mark Brown Date: Fri, 2 May 2014 20:38:28 +0000 (+0100) Subject: arm64: topology: Initialise default topology state immediately X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~10^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31bf0488d67737668b7401fac4b7ed550eaad76;p=pandora-kernel.git arm64: topology: Initialise default topology state immediately As a legacy of the way 32 bit ARM did things the topology code uses a null topology map by default and then overwrites it by mapping cores with no information to a cluster by themselves later. In order to make it simpler to reset things as part of recovering from parse failures in firmware information directly set this configuration on init. A core will always be its own sibling so there should be no risk of confusion with firmware provided information. Signed-off-by: Mark Brown Reviewed-by: Lorenzo Pieralisi Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed