From mjacob@farrago.feral.com Fri Oct 15 18:29:31 1999
Return-Path: <mjacob@farrago.feral.com>
Received: from farrago.feral.com (farrago.feral.com [192.67.166.23])
	by hub.freebsd.org (Postfix) with ESMTP id 94D4014D5D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Oct 1999 18:29:22 -0700 (PDT)
	(envelope-from mjacob@farrago.feral.com)
Received: (from mjacob@localhost)
	by farrago.feral.com (8.9.3/8.9.1) id SAA01126;
	Fri, 15 Oct 1999 18:29:19 -0700 (PDT)
	(envelope-from mjacob)
Message-Id: <199910160129.SAA01126@farrago.feral.com>
Date: Fri, 15 Oct 1999 18:29:19 -0700 (PDT)
From: mjacob@feral.com
Sender: mjacob@farrago.feral.com
Reply-To: mjacob@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: broken for alpha vinum
X-Send-Pr-Version: 3.2

>Number:         14354
>Category:       kern
>Synopsis:       vinum cannot compile for alpha
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 22:50:04 PDT 1999
>Closed-Date:    Thu May 3 01:35:32 PDT 2001
>Last-Modified:  Thu May 03 01:42:45 PDT 2001
>Originator:     Matthew Jacob
>Release:        FreeBSD 4.0-CURRENT alpha
>Organization:
Feral Software
>Environment:

Changes as of 10/13.

>Description:

Two changes were made on 10/13. Both are wrong from the respect
that there *is* no intr_nesting_level on alpha. If you need to know
whether you're running at interrupt level, invent a macro like
servicing_interrupt(), put it into <machine/interrupt.h> for both
i386 and alpha. If you can't figure out how to fix alpha, ask somebody
to help, or always have it be a constant TRUE so the M_NOWAIT option
is selected.

Secondly, in vinumhdr.h, the output of the conditional of whether you're 
servicing an interrupt should M_NOWAIT specifically- not just an inferred
'1' from a truth test.

>How-To-Repeat:

	

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Sat Oct 16 11:00:38 PDT 1999 
Responsible-Changed-Why:  
Over to maintainer 

This problem appears to have been fixed without closing the PR.  This
is no longer an issue.

State-Changed-From-To: open->closed 
State-Changed-By: grog 
State-Changed-When: Thu May 3 01:35:32 PDT 2001 
State-Changed-Why:  
Problem fixed some time in the last few years. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=14354 
>Unformatted:
