aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/intel-pti.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-12-17drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar1-0/+43
We'd like to use the 'PTI' acronym for 'Page Table Isolation' - free up the namespace by renaming the <linux/pti.h> driver header to <linux/intel-pti.h>. (Also standardize the header guard name while at it.) Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: J Freyensee <james_p_freyensee@linux.intel.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>