commit | 1fe91514a3dc07ab540bc891589c46aaa47e92f6 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:33:19 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:19 2008 +0100 |
tree | 31501aac4221fe8e924819359c53ec76f1a90396 | |
parent | fbf519240c840f51e4d4af35c3c19e1df160dc48 [diff] |
x86: change function orders in paravirt.h __pmd, pmd_val and set_pud are used before they are defined (as static) We move them a little up in the file, so it doesn't happen. 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>