mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Do not try to inline pmap_kremove(), as it's exported.
This commit is contained in:
parent
ea18b1d925
commit
10c33eae44
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169763
@ -2910,7 +2910,7 @@ pmap_kenter_user(vm_offset_t va, vm_paddr_t pa)
|
||||
/*
|
||||
* remove a page rom the kernel pagetables
|
||||
*/
|
||||
PMAP_INLINE void
|
||||
void
|
||||
pmap_kremove(vm_offset_t va)
|
||||
{
|
||||
struct l2_bucket *l2b;
|
||||
|
Loading…
Reference in New Issue
Block a user