projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9a1a4
)
sched/headers: Standardize the <linux/sched/smt.h> header guard #endif
author
Ingo Molnar
<mingo@kernel.org>
Thu, 21 Sep 2023 09:28:48 +0000
(11:28 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 21 Sep 2023 09:28:48 +0000
(11:28 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched/smt.h
patch
|
blob
|
history
diff --git
a/include/linux/sched/smt.h
b/include/linux/sched/smt.h
index 59d3736c454cf85a7de69181af6377fae7dc10c6..fb1e295e7e63e20e3bb4aebdd2d05507cbc84d06 100644
(file)
--- a/
include/linux/sched/smt.h
+++ b/
include/linux/sched/smt.h
@@
-17,4
+17,4
@@
static inline bool sched_smt_active(void) { return false; }
void arch_smt_update(void);
-#endif
+#endif
/* _LINUX_SCHED_SMT_H */