From 5a31057fc06c3ffa2df7f44c4e4884f3330707ff Mon Sep 17 00:00:00 2001 From: Wang Dongsheng Date: Thu, 8 Aug 2013 10:06:45 +0800 Subject: [PATCH] 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-format-patch failed