NetBSD Problem Report #44899

From tsutsui@ceres.dti.ne.jp  Sat Apr 23 12:36:57 2011
Return-Path: <tsutsui@ceres.dti.ne.jp>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 442BA63B842
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 23 Apr 2011 12:36:57 +0000 (UTC)
Message-Id: <201104231158.p3NBwNwR012405@mirage.localdomain>
Date: Sat, 23 Apr 2011 20:58:23 +0900 (JST)
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Reply-To: tsutsui@ceres.dti.ne.jp
To: gnats-bugs@gnats.NetBSD.org
Cc: tsutsui@ceres.dti.ne.jp
Subject: inconsistent ifdef in mips/pmap.c
X-Send-Pr-Version: 3.95

>Number:         44899
>Category:       port-mips
>Synopsis:       inconsistent ifdef in mips/pmap.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    matt
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 23 12:40:00 +0000 2011
>Closed-Date:    Sat Jul 04 08:32:53 +0000 2020
>Last-Modified:  Sat Jul 04 08:32:53 +0000 2020
>Originator:     Izumi Tsutsui
>Release:        NetBSD 5.99.48
>Organization:
>Environment:
System: NetBSD 5.99.48
Architecture: mips
Machine: any
>Description:
sys/arch/mips/mips/pmap.c has the following #define and #ifdef:
---
#ifdef MULTIPROCESSOR
#define PMAP_NO_PV_UNCACHED
#endif
 :
#if defined(MIPS3_PLUS) && !defined(MIPS3_NO_PV_UNCACHED)	/* XXX mmu XXX */
 :
#if defined(MIPS3_NO_PV_UNCACHED) || defined(MULTIPROCESSOR)
 :
#if defined(MIPS3_NO_PV_UNCACHED)
 :
#ifndef MIPS3_NO_PV_UNCACHED
 :

No reference of PMAP_NO_PV_UNCACHED.

>How-To-Repeat:
Code inspection. (not sure if MULTIPROCESSOR works or not)

>Fix:

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: port-mips-maintainer->matt
Responsible-Changed-By: tsutsui@NetBSD.org
Responsible-Changed-When: Sun, 05 Jan 2014 05:48:42 +0000
Responsible-Changed-Why:
over to author


State-Changed-From-To: open->closed
State-Changed-By: tsutsui@NetBSD.org
State-Changed-When: Sat, 04 Jul 2020 08:32:53 +0000
State-Changed-Why:
mips/pmap.c has been removed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.