Fix the type of pmap_zero_page_uncached from void (paddr_t) to
boolean_t (paddr_t) to make it compile again.
This commit is contained in:
parent
f9521e4c70
commit
c2672f184b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.46 2000/09/22 08:27:00 scw Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.47 2000/09/28 03:49:28 itohy Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
@ -1659,7 +1659,7 @@ pmap_zero_page(phys)
|
||||
* through PMAP_PAGEIDLEZERO macro. Returns TRUE if the page
|
||||
* was zero'd, FALSE if we aborted.
|
||||
*/
|
||||
void
|
||||
boolean_t
|
||||
pmap_zero_page_uncached(phys)
|
||||
paddr_t phys;
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.7 2000/09/21 17:46:06 thorpej Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.8 2000/09/28 03:49:28 itohy Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
@ -1828,7 +1828,7 @@ pmap_zero_page(phys)
|
||||
* through PMAP_PAGEIDLEZERO macro. Returns TRUE if the page
|
||||
* was zero'd, FALSE if we aborted.
|
||||
*/
|
||||
void
|
||||
boolean_t
|
||||
pmap_zero_page_uncached(phys)
|
||||
paddr_t phys;
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.54 2000/09/21 17:46:06 thorpej Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.55 2000/09/28 03:41:50 itohy Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
@ -1976,7 +1976,7 @@ pmap_zero_page(phys)
|
||||
* through PMAP_PAGEIDLEZERO macro. Returns TRUE if the page
|
||||
* was zero'd, FALSE if we aborted.
|
||||
*/
|
||||
void
|
||||
boolean_t
|
||||
pmap_zero_page_uncached(phys)
|
||||
paddr_t phys;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user