]> git.ipfire.org Git - thirdparty/linux.git/commit - arch/x86/mm/tlb.c
x86: create tlb files
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:54 +0000 (14:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000 (17:40 +0200)
commitc048fdfe6178e082be918d4062c86d9764979112
tree51814f6d4c259bd5a6c3eaa02c3fb5ff7f844228
parent8202350367ac11d571f6dd4c21c2027a4d235276
x86: create tlb files

this patch creates tlb_32.c and tlb_64.c, with
tlb-related functions that used to live in smp*.c files.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/smp_32.c
arch/x86/kernel/smp_64.c
arch/x86/kernel/tlb_32.c [new file with mode: 0644]
arch/x86/kernel/tlb_64.c [new file with mode: 0644]