move vrflag_to_ptattr() to arch/x86/kernel/memory.c

refs #18
This commit is contained in:
NAKAMURA Gou
2014-05-07 20:28:07 +09:00
parent 8097b057da
commit 769cf79bf8
3 changed files with 19 additions and 10 deletions

View File

@ -247,6 +247,8 @@ int init_process_stack(struct process *process, struct program_load_desc *pn,
unsigned long extend_process_region(struct process *proc,
unsigned long start, unsigned long end,
unsigned long address, unsigned long flag);
extern enum ihk_mc_pt_attribute arch_vrflag_to_ptattr(unsigned long flag);
enum ihk_mc_pt_attribute common_vrflag_to_ptattr(unsigned long flag);
void schedule(void);
void runq_add_proc(struct process *proc, int cpu_id);