stat.h: remove some big_ types

Change-Id: I84017db3d54edfb823cc52e02d0b07fccb003988
This commit is contained in:
Thomas Veerman
2013-03-07 15:55:22 +00:00
committed by Lionel Sambuc
parent ab19ece134
commit c1a31d53d9
51 changed files with 1228 additions and 176 deletions

View File

@@ -102,7 +102,7 @@ void arch_post_init(void)
pg_info(&vm->p_seg.p_ttbr, &vm->p_seg.p_ttbr_v);
}
int libexec_pg_alloc(struct exec_info *execi, off_t vaddr, size_t len)
static int libexec_pg_alloc(struct exec_info *execi, vir_bytes vaddr, size_t len)
{
pg_map(PG_ALLOCATEME, vaddr, vaddr+len, &kinfo);
pg_load();

View File

@@ -376,7 +376,7 @@ void arch_post_init(void)
pg_info(&vm->p_seg.p_cr3, &vm->p_seg.p_cr3_v);
}
int libexec_pg_alloc(struct exec_info *execi, off_t vaddr, size_t len)
static int libexec_pg_alloc(struct exec_info *execi, vir_bytes vaddr, size_t len)
{
pg_map(PG_ALLOCATEME, vaddr, vaddr+len, &kinfo);
pg_load();