From: Alexander Graf Date: Fri, 30 Oct 2009 05:47:07 +0000 (+0000) Subject: Add book3s_64 highmem asm code X-Git-Tag: v2.6.33-rc1~293^2~86^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29eb61bca1e82dc59e4d9c575e6f21ce7a36d61d;p=pandora-kernel.git Add book3s_64 highmem asm code This is the of entry / exit code. In order to switch between host and guest context, we need to switch register state and call the exit code handler on exit. This assembly file does exactly that. To finally enter the guest it calls into book3s_64_slb.S. On exit it gets jumped at from book3s_64_slb.S too. Signed-off-by: Alexander Graf Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed