diff options
author | Ingo Molnar <mingo@kernel.org> | 2022-02-22 15:23:59 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2022-02-23 12:58:28 +0300 |
commit | 669f45f19cf7feea7066dce86a0ce89dfc8a2065 (patch) | |
tree | 0a23b5002e0af83016cd7caf95eb779f22dc9fda /include/linux/seqlock_api.h | |
parent | fa28abed7a84f5c9902fe28b3bb58f7900583e83 (diff) | |
download | linux-669f45f19cf7feea7066dce86a0ce89dfc8a2065.tar.xz |
sched/headers: Add initial new headers as identity mappings
This allows code sharing between fast-headers tree and the vanilla
scheduler tree.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'include/linux/seqlock_api.h')
-rw-r--r-- | include/linux/seqlock_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/seqlock_api.h b/include/linux/seqlock_api.h new file mode 100644 index 000000000000..be91e7d3b826 --- /dev/null +++ b/include/linux/seqlock_api.h @@ -0,0 +1 @@ +#include <linux/seqlock.h> |