commit | 7f6c5b046978d68e69bdc73433ead41612a2a1c9 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 11 22:45:21 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:04:58 2006 -0800 |
tree | 60f74adc6166496fbd84143272ad3b88254f9b72 | |
parent | 6e54d95f73bbc79171802a1983e0c3835676db88 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>