pmap_tlb_intersecting_active_p is not used in some combinations of

platform options as seen by recent ARM changes.
This commit is contained in:
joerg 2015-04-18 16:58:31 +00:00
parent 6195daadda
commit 7c4334f760

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_tlb.c,v 1.10 2014/10/29 10:53:41 skrll Exp $ */
/* $NetBSD: pmap_tlb.c,v 1.11 2015/04/18 16:58:31 joerg Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@ -31,7 +31,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.10 2014/10/29 10:53:41 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.11 2015/04/18 16:58:31 joerg Exp $");
/*
* Manages address spaces in a TLB.
@ -196,7 +196,7 @@ pmap_pai_check(struct pmap_tlb_info *ti)
}
#ifdef MULTIPROCESSOR
static inline bool
__unused static inline bool
pmap_tlb_intersecting_active_p(pmap_t pm, struct pmap_tlb_info *ti)
{
#if PMAP_TLB_MAX == 1