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:
parent
fa28abed7a
commit
669f45f19c
|
@ -0,0 +1 @@
|
|||
#include <asm/paravirt.h>
|
|
@ -0,0 +1 @@
|
|||
#include <asm/paravirt.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/cgroup.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/cpumask.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/fs.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/gfp.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/hashtable.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/hrtimer.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/kobject.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/kref.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/ktime.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/llist.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/lockdep.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/mm.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/mutex.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/perf_event.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/pgtable.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/ptrace.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/rcuwait.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/refcount.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/sched.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/sched.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/posix-timers.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/rseq.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/sched.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/thread_info.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/seqlock.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/interrupt.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/spinlock.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/swait.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/syscalls.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/u64_stats_sync.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/wait.h>
|
|
@ -0,0 +1 @@
|
|||
#include <linux/workqueue.h>
|
Loading…
Reference in New Issue