From: Glauber de Oliveira Costa Date: Sun, 22 Jul 2007 09:12:29 +0000 (+0200) Subject: x86_64: Use read and write crX in .c files X-Git-Tag: v2.6.23-rc1~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51c94528a9bc73504928926ca4d791a2b7ddd7c;p=pandora-kernel.git x86_64: Use read and write crX in .c files This patch uses the read and write functions provided at system.h for control registers instead of writting raw assembly over and over again in .c files. Functions to manipulate cr2 and cr8 were provided, as they were lacking. Also, removed some extra space after closing brackets Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed