Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm/pmap pmap_tlb_intersecting_active_p is not used in s...
details: https://anonhg.NetBSD.org/src/rev/037ccb5048df
branches: trunk
changeset: 337537:037ccb5048df
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Apr 18 16:58:31 2015 +0000
description:
pmap_tlb_intersecting_active_p is not used in some combinations of
platform options as seen by recent ARM changes.
diffstat:
sys/uvm/pmap/pmap_tlb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8144878d003e -r 037ccb5048df sys/uvm/pmap/pmap_tlb.c
--- a/sys/uvm/pmap/pmap_tlb.c Sat Apr 18 15:49:18 2015 +0000
+++ b/sys/uvm/pmap/pmap_tlb.c Sat Apr 18 16:58:31 2015 +0000
@@ -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 @@
}
#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
Home |
Main Index |
Thread Index |
Old Index