i386: move kernel/cpu/mtrr
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:28 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:28 +0000 (11:16 +0200)
commit2ec1df4130c60d1eb49dc0fa0ed15858fede6b05
tree97e578ba1546770eadbe84cff2dc44256f97b9d7
parentee580dc91efd83e6b55955e7261e8ad2a0e08d1a
i386: move kernel/cpu/mtrr

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/kernel/cpu/Makefile
arch/x86/kernel/cpu/mtrr/Makefile [moved from arch/i386/kernel/cpu/mtrr/Makefile with 100% similarity]
arch/x86/kernel/cpu/mtrr/amd.c [moved from arch/i386/kernel/cpu/mtrr/amd.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/centaur.c [moved from arch/i386/kernel/cpu/mtrr/centaur.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/cyrix.c [moved from arch/i386/kernel/cpu/mtrr/cyrix.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/generic.c [moved from arch/i386/kernel/cpu/mtrr/generic.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/if.c [moved from arch/i386/kernel/cpu/mtrr/if.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/main.c [moved from arch/i386/kernel/cpu/mtrr/main.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/mtrr.h [moved from arch/i386/kernel/cpu/mtrr/mtrr.h with 100% similarity]
arch/x86/kernel/cpu/mtrr/state.c [moved from arch/i386/kernel/cpu/mtrr/state.c with 100% similarity]
arch/x86_64/kernel/Makefile_64