x86: move load_cr3 to a common place.
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:27 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:27 +0000 (13:31 +0100)
commitc72dcf83ff8585c95739abffa3be7c87ca63d66b
tree7bf10bb9f3f25d3ad4cb7d4772bbc66b122500de
parent746ff60f2627626fca0d8ddbf6b1f04d505782f4
x86: move load_cr3 to a common place.

There are currently two definitions of load_cr3, that essentially do the
same thing. This patch moves them all to processor.h.

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>
include/asm-x86/mmu_context_64.h
include/asm-x86/processor.h
include/asm-x86/processor_32.h