From: Catalin Marinas Date: Thu, 31 Oct 2013 16:37:26 +0000 (+0000) Subject: arm64: Slightly improve the warning on CPU0 enable-method X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~54^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264666e62848c19ba9252c80e895ffec9ad1d391;p=pandora-kernel.git arm64: Slightly improve the warning on CPU0 enable-method Commit e8765b265a69 (arm64: read enable-method for CPU0) introduced checks for the enable method on CPU0 (to be later used with CPU suspend). However, if the kernel is compiled for UP and a DT file is used with a method like 'spin-table', Linux complains about 'invalid enable method'. This patch turns it into an 'unsupported enable method' warning. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed