projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6c16c
)
x86/nospec: Fix header guards names
author
Borislav Petkov
<
[email protected]
>
Fri, 26 Jan 2018 12:11:37 +0000
(13:11 +0100)
committer
Thomas Gleixner
<
[email protected]
>
Fri, 26 Jan 2018 14:53:19 +0000
(15:53 +0100)
... to adhere to the _ASM_X86_ naming scheme.
No functional change.
Signed-off-by: Borislav Petkov <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc: David Woodhouse <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc: Josh Poimboeuf <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Link:
https://lkml.kernel.org/r/
[email protected]
arch/x86/include/asm/nospec-branch.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/nospec-branch.h
b/arch/x86/include/asm/nospec-branch.h
index 34e384c7208f43895e1ff2f92aedf3ff432effc1..865192a2cc319ddb721bac5cb9e7460b6e514979 100644
(file)
--- a/
arch/x86/include/asm/nospec-branch.h
+++ b/
arch/x86/include/asm/nospec-branch.h
@@
-1,7
+1,7
@@
/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _
_NOSPEC_BRANCH_H_
_
-#define _
_NOSPEC_BRANCH_H_
_
+#ifndef _
ASM_X86_NOSPEC_BRANCH_H
_
+#define _
ASM_X86_NOSPEC_BRANCH_H
_
#include <asm/alternative.h>
#include <asm/alternative-asm.h>
@@
-232,4
+232,4
@@
static inline void indirect_branch_prediction_barrier(void)
}
#endif /* __ASSEMBLY__ */
-#endif /* _
_NOSPEC_BRANCH_H_
_ */
+#endif /* _
ASM_X86_NOSPEC_BRANCH_H
_ */