Remove rest of exec domains.
It is gone from all archs, now we can remove the final bits. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
@@ -125,7 +125,6 @@ struct sched_attr {
|
||||
u64 sched_period;
|
||||
};
|
||||
|
||||
struct exec_domain;
|
||||
struct futex_pi_state;
|
||||
struct robust_list_head;
|
||||
struct bio_list;
|
||||
@@ -2288,11 +2287,6 @@ extern void set_curr_task(int cpu, struct task_struct *p);
|
||||
|
||||
void yield(void);
|
||||
|
||||
/*
|
||||
* The default (Linux) execution domain.
|
||||
*/
|
||||
extern struct exec_domain default_exec_domain;
|
||||
|
||||
union thread_union {
|
||||
struct thread_info thread_info;
|
||||
unsigned long stack[THREAD_SIZE/sizeof(long)];
|
||||
|
Reference in New Issue
Block a user