x86, mm: move tlb.c to arch/x86/mm/
authorIngo Molnar <mingo@elte.hu>
Wed, 21 Jan 2009 09:08:53 +0000 (10:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 21 Jan 2009 09:16:19 +0000 (10:16 +0100)
commit55f4949f5765e7a29863b6d17a774601810732f5
tree47f7328e33e551958efff9054f23859a5491399d
parent3eb3963fd1974c63e9bb3cfe774abc3e1995e479
x86, mm: move tlb.c to arch/x86/mm/

Impact: cleanup

Now that it's unified, move the (SMP) TLB flushing code from arch/x86/kernel/
to arch/x86/mm/, where it belongs logically.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/mm/Makefile
arch/x86/mm/tlb.c [moved from arch/x86/kernel/tlb.c with 100% similarity]