remove unused function add_process_large_range from source file

This commit is contained in:
Tomoki Shirasawa
2013-06-02 19:38:29 +09:00
parent ec908bd2cb
commit 40ad744947
3 changed files with 0 additions and 106 deletions

View File

@ -98,12 +98,6 @@ void free_process_memory(struct process *proc);
int add_process_memory_range(struct process *process,
unsigned long start, unsigned long end,
unsigned long phys, unsigned long flag);
#if 0
int add_process_large_range(struct process *process,
unsigned long start, unsigned long end,
unsigned long flag, unsigned long *phys,
enum ihk_mc_ap_flag ap_flag);
#endif
int remove_process_region(struct process *proc,
unsigned long start, unsigned long end);
struct program_load_desc;