Skip to content

Commit

Permalink
MFC r324328:
Browse files Browse the repository at this point in the history
     amd64: remove unused variable from pmap_delayed_invl_genp

This is take #2.
  • Loading branch information
mjguzik committed Jan 2, 2018
1 parent 0242d98 commit b34aa39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/amd64/amd64/pmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,14 +537,12 @@ pmap_delayed_invl_genp(vm_page_t m)
static void
pmap_delayed_invl_wait(vm_page_t m)
{
struct thread *td;
struct turnstile *ts;
u_long *m_gen;
#ifdef PV_STATS
bool accounted = false;
#endif

td = curthread;
m_gen = pmap_delayed_invl_genp(m);
while (*m_gen > pmap_invl_gen) {
#ifdef PV_STATS
Expand Down

0 comments on commit b34aa39

Please sign in to comment.