x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c
commit7cc4eb1bdd8b082f3d889daccd9412aa10e56165
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Fri, 9 Feb 2018 14:22:25 +0000 (9 17:22 +0300)
committerIngo Molnar <mingo@kernel.org>
Sun, 11 Feb 2018 11:36:18 +0000 (11 12:36 +0100)
tree210b8ca3ab9219fbedcc7a9e626de4d4dfd2d444
parentf1517df8701c9f12dae9ce7f43a5d300a6917619
x86/boot/compressed/64: Rename pagetable.c to kaslr_64.c

The name of the file -- pagetable.c -- is misleading: it only contains
helpers used for KASLR in 64-bit mode.

Let's rename the file to reflect its content.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@suse.de>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/20180209142228.21231-2-kirill.shutemov@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/compressed/Makefile
arch/x86/boot/compressed/kaslr_64.c [moved from arch/x86/boot/compressed/pagetable.c with 100% similarity]