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>
This commit is contained in:
Ingo Molnar 2022-02-22 13:23:59 +01:00
parent fa28abed7a
commit 669f45f19c
34 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
#include <asm/paravirt.h>

View File

@ -0,0 +1 @@
#include <asm/paravirt.h>

View File

@ -0,0 +1 @@
#include <linux/cgroup.h>

View File

@ -0,0 +1 @@
#include <linux/cpumask.h>

1
include/linux/fs_api.h Normal file
View File

@ -0,0 +1 @@
#include <linux/fs.h>

1
include/linux/gfp_api.h Normal file
View File

@ -0,0 +1 @@
#include <linux/gfp.h>

View File

@ -0,0 +1 @@
#include <linux/hashtable.h>

View File

@ -0,0 +1 @@
#include <linux/hrtimer.h>

View File

@ -0,0 +1 @@
#include <linux/kobject.h>

1
include/linux/kref_api.h Normal file
View File

@ -0,0 +1 @@
#include <linux/kref.h>

View File

@ -0,0 +1 @@
#include <linux/ktime.h>

View File

@ -0,0 +1 @@
#include <linux/llist.h>

View File

@ -0,0 +1 @@
#include <linux/lockdep.h>

1
include/linux/mm_api.h Normal file
View File

@ -0,0 +1 @@
#include <linux/mm.h>

View File

@ -0,0 +1 @@
#include <linux/mutex.h>

View File

@ -0,0 +1 @@
#include <linux/perf_event.h>

View File

@ -0,0 +1 @@
#include <linux/pgtable.h>

View File

@ -0,0 +1 @@
#include <linux/ptrace.h>

View File

@ -0,0 +1 @@
#include <linux/rcuwait.h>

View File

@ -0,0 +1 @@
#include <linux/refcount.h>

View File

@ -0,0 +1 @@
#include <linux/sched.h>

View File

@ -0,0 +1 @@
#include <linux/sched.h>

View File

@ -0,0 +1 @@
#include <linux/posix-timers.h>

View File

@ -0,0 +1 @@
#include <linux/rseq.h>

View File

@ -0,0 +1 @@
#include <linux/sched.h>

View File

@ -0,0 +1 @@
#include <linux/thread_info.h>

View File

@ -0,0 +1 @@
#include <linux/seqlock.h>

1
include/linux/softirq.h Normal file
View File

@ -0,0 +1 @@
#include <linux/interrupt.h>

View File

@ -0,0 +1 @@
#include <linux/spinlock.h>

View File

@ -0,0 +1 @@
#include <linux/swait.h>

View File

@ -0,0 +1 @@
#include <linux/syscalls.h>

View File

@ -0,0 +1 @@
#include <linux/u64_stats_sync.h>

1
include/linux/wait_api.h Normal file
View File

@ -0,0 +1 @@
#include <linux/wait.h>

View File

@ -0,0 +1 @@
#include <linux/workqueue.h>