Files modified by the build system
This commit is contained in:
parent
19f1a0e2b0
commit
08018ce0df
@ -250,11 +250,6 @@ typedef struct
|
||||
* ../../core/scheduler/scheduler-mfq.c
|
||||
*/
|
||||
|
||||
t_error scheduler_show(i_cpu id,
|
||||
mt_margin margin);
|
||||
|
||||
t_error scheduler_dump(void);
|
||||
|
||||
t_error scheduler_start(i_cpu id);
|
||||
|
||||
t_error scheduler_stop(i_cpu id);
|
||||
|
@ -94,8 +94,6 @@ t_error architecture_context_destroy(i_thread id);
|
||||
|
||||
t_error architecture_context_setup(void);
|
||||
|
||||
t_error architecture_context_locate(void);
|
||||
|
||||
t_error architecture_context_switch(i_thread current,
|
||||
i_thread future);
|
||||
|
||||
|
@ -49,6 +49,11 @@
|
||||
* ../handler.c
|
||||
*/
|
||||
|
||||
/*
|
||||
* ../handler.c
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* eop
|
||||
*/
|
||||
|
@ -114,6 +114,11 @@
|
||||
* ../idt.c
|
||||
*/
|
||||
|
||||
/*
|
||||
* ../idt.c
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* eop
|
||||
*/
|
||||
|
@ -74,11 +74,6 @@
|
||||
* ../as.c
|
||||
*/
|
||||
|
||||
t_error glue_as_show(i_as id,
|
||||
mt_margin margin);
|
||||
|
||||
t_error glue_as_dump(void);
|
||||
|
||||
t_error glue_as_reserve(i_task task,
|
||||
i_as* as);
|
||||
|
||||
|
@ -63,25 +63,6 @@
|
||||
* ../region.c
|
||||
*/
|
||||
|
||||
t_error glue_region_resize(i_as as,
|
||||
i_region old,
|
||||
t_vsize size,
|
||||
i_region* new);
|
||||
|
||||
t_error glue_region_reserve(i_as asid,
|
||||
i_segment segid,
|
||||
t_paddr offset,
|
||||
t_options options,
|
||||
t_vaddr address,
|
||||
t_vsize size,
|
||||
i_region* regid);
|
||||
|
||||
t_error glue_region_release(i_as asid,
|
||||
i_region regid);
|
||||
|
||||
t_error glue_region_initialize(t_vaddr base,
|
||||
t_vsize size);
|
||||
|
||||
|
||||
/*
|
||||
* eop
|
||||
|
@ -89,10 +89,6 @@ void glue_scheduler_switch(void);
|
||||
|
||||
t_error glue_scheduler_quantum(t_quantum quantum);
|
||||
|
||||
t_error glue_scheduler_yield(void);
|
||||
|
||||
t_error glue_scheduler_initialize(void);
|
||||
|
||||
|
||||
/*
|
||||
* eop
|
||||
|
Reference in New Issue
Block a user