NetBSD Problem Report #36249
From darkstar@city-net.com Mon Apr 30 06:00:53 2007
Return-Path: <darkstar@city-net.com>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by narn.NetBSD.org (Postfix) with ESMTP id E23E663B960
for <gnats-bugs@gnats.netbsd.org>; Mon, 30 Apr 2007 06:00:53 +0000 (UTC)
Message-Id: <Pine.BSF.4.51.0704300253020.75473@vegeta.city-net.com>
Date: Mon, 30 Apr 2007 02:53:53 -0400 (EDT)
From: Matthew Orgass <darkstar@city-net.com>
To: gnats-bugs@NetBSD.org
Subject: update vr_idle for uvm.page_idle_zero type change
>Number: 36249
>Category: port-hpcmips
>Synopsis: update vr_idle for uvm.page_idle_zero type change
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: port-hpcmips-maintainer
>State: closed
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Apr 30 06:05:00 +0000 2007
>Closed-Date: Fri May 11 12:57:03 +0000 2007
>Last-Modified: Fri May 11 13:00:07 +0000 2007
>Originator: darkstar@city-net.com
>Release: NetBSD 4.99.16
>Organization:
>Environment:
>Description:
>How-To-Repeat:
Try to boot a VR system.
>Fix:
Index: sys/arch/hpcmips/vr/vr_idle.S
===================================================================
RCS file: /cvsroot/src/sys/arch/hpcmips/vr/vr_idle.S,v
retrieving revision 1.11
diff -u -p -r1.11 vr_idle.S
--- sys/arch/hpcmips/vr/vr_idle.S 9 Feb 2007 21:55:04 -0000 1.11
+++ sys/arch/hpcmips/vr/vr_idle.S 30 Apr 2007 05:21:42 -0000
@@ -66,7 +66,7 @@ LEAF(vr_idle)
nop
/* Try to zero some free pages. */
- lw t0, _C_LABEL(uvm) + UVM_PAGE_IDLE_ZERO
+ lbu t0, _C_LABEL(uvm) + UVM_PAGE_IDLE_ZERO
nop
beq t0, zero, 1f
nop
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed
State-Changed-By: tsutsui@netbsd.org
State-Changed-When: Fri, 11 May 2007 21:57:03 +0900
State-Changed-Why:
fixed, thanks.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36249 CVS commit: src/sys/arch/hpcmips/vr
Date: Fri, 11 May 2007 12:56:02 +0000 (UTC)
Module Name: src
Committed By: tsutsui
Date: Fri May 11 12:56:01 UTC 2007
Modified Files:
src/sys/arch/hpcmips/vr: vr_idle.S
Log Message:
uvm.page_idle_zero now is a bool, not a 32bit value any more.
Pointed out by Matthew Orgass in PR port-hpcmips/36249.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/hpcmips/vr/vr_idle.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.