1
0
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:
Olivier Houchard 2007-05-19 13:21:41 +00:00
parent ea18b1d925
commit 10c33eae44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169763

View File

@ -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;