From: H. Peter Anvin Date: Wed, 30 Jan 2008 12:33:02 +0000 (+0100) Subject: x86 setup: initialize LDTR and TR to make life easier to Intel VT X-Git-Tag: v2.6.25-rc1~1143^2~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88089519f302f1296b4739be45699f06f728ec31;p=pandora-kernel.git x86 setup: initialize LDTR and TR to make life easier to Intel VT Intel VT doesn't like to engage when the protected-mode state isn't fully initialized. Make life easier for it by initializing LDTR (to null) and TR (to a dummy hunk of low memory which will never actually be touched.) Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed