From: Andi Kleen Date: Wed, 11 Jan 2006 21:45:21 +0000 (+0100) Subject: [PATCH] x86_64: Support alternative() in vsyscalls X-Git-Tag: v2.6.16-rc1~321 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6c5b046978d68e69bdc73433ead41612a2a1c9;p=pandora-kernel.git [PATCH] x86_64: Support alternative() in vsyscalls The real vsyscall .text addresses are not mapped when the alternative() replacement runs early, so use some black magic to access them using the direct mapping. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed