]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ec16578379fd5567cbdefacbed1ccb693ec6a2b
tree7bf10bb9f3f25d3ad4cb7d4772bbc66b122500de
parent6590ff862320b7ea906d81feb1c0c6dd36caa373
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