From: Wang Dongsheng Date: Thu, 8 Aug 2013 02:06:45 +0000 (+0800) Subject: powerpc: add Book E support to 64-bit hibernation X-Git-Tag: v3.12-rc1~123^2~28^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a31057fc06c3ffa2df7f44c4e4884f3330707ff;p=pandora-kernel.git powerpc: add Book E support to 64-bit hibernation Update the 64-bit hibernation code to support Book E CPUs. Some registers and instructions are not defined for Book3e (SDR reg, tlbia instruction). SDR: Storage Description Register. Book3S and Book3E have different address translation mode, we do not need HTABORG & HTABSIZE to translate virtual address to real address. More registers are saved in BookE-64bit.(TCR, SPRG1) Signed-off-by: Wang Dongsheng Signed-off-by: Scott Wood --- Reading git-diff-tree failed