Skip to content

Commit 7f264da

Browse files
Davidlohr BuesoIngo Molnar
authored andcommitted
x86/mm/pat: Rename pat_rbtree.c to pat_interval.c
Considering the previous changes, this is a more proper name. Signed-off-by: Davidlohr Bueso <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Linus Torvalds <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 511aaca commit 7f264da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arch/x86/mm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CFLAGS_mem_encrypt_identity.o := $(nostackp)
2323

2424
CFLAGS_fault.o := -I $(srctree)/$(src)/../include/asm/trace
2525

26-
obj-$(CONFIG_X86_PAT) += pat_rbtree.o
26+
obj-$(CONFIG_X86_PAT) += pat_interval.o
2727

2828
obj-$(CONFIG_X86_32) += pgtable_32.o iomap_32.o
2929

File renamed without changes.

0 commit comments

Comments
 (0)