]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c0cf5169debaa9e21d3047b1f096230e5d0b764
tree51814f6d4c259bd5a6c3eaa02c3fb5ff7f844228
parent7cf5a8466a646454f2957a2600bb98adf967af8e
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]