Skip to content

Commit

Permalink
Remove function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscozdo committed Jan 17, 2024
1 parent a721744 commit 01f3f89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sys/_pmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ extern paddr_t dmap_paddr_end;
static inline bool pde_valid_p(pde_t *pdep);
paddr_t pde_alloc(pmap_t *pmap);
pde_t pde_make(int lvl, paddr_t pa);
static inline pde_t *pde_ptr(paddr_t pd, int lvl, vaddr_t va);

static __no_profile inline pde_t *pde_ptr_idx(paddr_t pd_pa, size_t index) {
pde_t *pde = phys_to_dmap(pd_pa);
Expand Down

0 comments on commit 01f3f89

Please sign in to comment.