Improve wording a bit in a comment for the previous.
This commit is contained in:
parent
dfcf5d825b
commit
3a71745feb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $ */
|
||||
/* $NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
|
||||
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: pmap_pvt.c,v 1.13 2022/05/08 21:55:34 rin Exp $");
|
||||
__RCSID("$NetBSD: pmap_pvt.c,v 1.14 2022/05/08 22:00:06 rin Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/atomic.h>
|
||||
|
@ -201,8 +201,8 @@ pmap_pv_tracked(paddr_t pa)
|
|||
* pmap_pv_{,un}track() are intentionally commented out. If modules
|
||||
* call these functions, the result should be an inconsistent state.
|
||||
*
|
||||
* Such modules require real PV-tracking support. Let us make two
|
||||
* symbols undefined, and prevent these modules from loaded.
|
||||
* Such modules require real PV-tracking support. Let us make the
|
||||
* two symbols undefined, and prevent these modules from loaded.
|
||||
*/
|
||||
void
|
||||
pmap_pv_track(paddr_t start, psize_t size)
|
||||
|
|
Loading…
Reference in New Issue