commit | 2e47d3e6c35bb5b78fea2b2584c7eeaf782f138d | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:32:07 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:07 2008 +0100 |
tree | dd4c3ba9806d850b16a2e5bbc65534e3ccf2ecf0 | |
parent | 6057fc827b3a9f2fe5db18b882ebf96500500b64 [diff] |
x86: change irq functions to accomodate 64-bit This patch changes the irq handling function definitions in paravirt.h (like raw_local_irq_disable) to accomodate for x86_64. The differences are in the calling convention. 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>