Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2002 14:54:11 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        coolvibe@hackerheaven.org
Cc:        current@FreeBSD.org
Subject:   Re: kernel compile fails...
Message-ID:  <20020106145411E.matusita@jp.FreeBSD.org>
In-Reply-To: <20020105211655.GA55151@laptop.hackerheaven.org>
References:  <20020105211655.GA55151@laptop.hackerheaven.org>

next in thread | previous in thread | raw e-mail | index | archive | help

coolvibe> What header file defines SWI_NOSWITCH?

http://snapshots.jp.freebsd.org/tour/current/cgi-bin/global.cgi?pattern=SWI_NOSWITCH&id=&type=symbol

SWI_NOSWITCH are used and/or defined by these files.  You can easily
find that this list have only one *.h file -- sys/sys/interrupt.h.

% grep SWI_NOSWITCH /usr/src/sys/sys/interrupt.h
#define SWI_NOSWITCH    0x0
%

It's easy to find :-)

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020106145411E.matusita>