commit | 53fd13cff04ce27ff3e8d3eb7e5ad4f56b580f2f | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:32:10 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:10 2008 +0100 |
tree | 3ccca4b41a17c4c34c41455f07ef0f422ba389d2 | |
parent | 2f485ef568372af4680c4e2f8490efb9f2523b05 [diff] |
x86: patching functions on 64-bit Like i386, x86_64 also need to include its own patching function. (Well, if you're not in a hurry, and don't care about speed, you don't really _need_ ;-)) So here they are. Not much different in essence from i386 Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>