Skip to content

Commit

Permalink
Fix the comment above pmap_invalidate_page. tlbi will invalidate the tlb
Browse files Browse the repository at this point in the history
on all CPUs.

Obtained from:	ABT Systems Ltd
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
zxombie committed Jul 31, 2016
1 parent 52a229c commit bb62efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/arm64/arm64/pmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,7 @@ pmap_init(void)
}

/*
* Normal, non-SMP, invalidation functions.
* We inline these within pmap.c for speed.
* Invalidate a single TLB entry.
*/
PMAP_INLINE void
pmap_invalidate_page(pmap_t pmap, vm_offset_t va)
Expand Down

0 comments on commit bb62efc

Please sign in to comment.