modification for no_cache: extend_process_region(...,flag)
This commit is contained in:
committed by
Masamichi Takagi m-takagi@ab.jp.nec.com
parent
b902a245e4
commit
b79d20d7bf
@@ -101,13 +101,7 @@ void init_process_stack(struct process *process, struct program_load_desc *pn,
|
||||
int envc, char **env);
|
||||
unsigned long extend_process_region(struct process *proc,
|
||||
unsigned long start, unsigned long end,
|
||||
unsigned long address);
|
||||
|
||||
#ifdef USE_NOCACHE_MMAP
|
||||
unsigned long extend_process_nocache_region(struct process *proc,
|
||||
unsigned long start, unsigned long end,
|
||||
unsigned long address);
|
||||
#endif
|
||||
unsigned long address, unsigned long flag);
|
||||
|
||||
void schedule(void);
|
||||
void runq_add_proc(struct process *proc, int cpu_id);
|
||||
|
||||
Reference in New Issue
Block a user