Skip to content

Commit 6ba64fe

Browse files
committed
Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull Page Table Isolation (PTI) preparatory tree from Ingo Molnar: "This does a rename to free up linux/pti.h to be used by the upcoming page table isolation feature" * 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: drivers/misc/intel/pti: Rename the header file to free up the namespace
2 parents 2ffb448 + 1784f91 commit 6ba64fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/misc/pti.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <linux/pci.h>
3333
#include <linux/mutex.h>
3434
#include <linux/miscdevice.h>
35-
#include <linux/pti.h>
35+
#include <linux/intel-pti.h>
3636
#include <linux/slab.h>
3737
#include <linux/uaccess.h>
3838

include/linux/pti.h renamed to include/linux/intel-pti.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* interface to write out it's contents for debugging a mobile system.
2323
*/
2424

25-
#ifndef PTI_H_
26-
#define PTI_H_
25+
#ifndef LINUX_INTEL_PTI_H_
26+
#define LINUX_INTEL_PTI_H_
2727

2828
/* offset for last dword of any PTI message. Part of MIPI P1149.7 */
2929
#define PTI_LASTDWORD_DTS 0x30
@@ -40,4 +40,4 @@ struct pti_masterchannel *pti_request_masterchannel(u8 type,
4040
const char *thread_name);
4141
void pti_release_masterchannel(struct pti_masterchannel *mc);
4242

43-
#endif /*PTI_H_*/
43+
#endif /* LINUX_INTEL_PTI_H_ */

0 commit comments

Comments
 (0)