From: Laurentiu TUDOR Date: Wed, 3 Jul 2013 14:13:15 +0000 (+0300) Subject: powerpc/85xx: Move ePAPR paravirt initialization earlier X-Git-Tag: v3.12-rc1~123^2~110^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e21b94c9c644c43223878f4c848e852743e789c;p=pandora-kernel.git powerpc/85xx: Move ePAPR paravirt initialization earlier At console init, when the kernel tries to flush the log buffer the ePAPR byte-channel based console write fails silently, losing the buffered messages. This happens because The ePAPR para-virtualization init isn't done early enough so that the hcall instruction to be set, causing the byte-channel write hcall to be a nop. To fix, change the ePAPR para-virt init to use early device tree functions and move it in early init. Signed-off-by: Laurentiu Tudor Signed-off-by: Scott Wood --- Reading git-diff-tree failed