From owner-svn-src-all@FreeBSD.ORG Fri Mar 16 15:32:58 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 968F7106564A; Fri, 16 Mar 2012 15:32:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 68C3F8FC08; Fri, 16 Mar 2012 15:32:58 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id F382F46B23; Fri, 16 Mar 2012 11:32:57 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6E0D0B93F; Fri, 16 Mar 2012 11:32:57 -0400 (EDT) From: John Baldwin To: Takahashi Yoshihiro Date: Fri, 16 Mar 2012 09:45:04 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201203161213.q2GCDiIq017252@svn.freebsd.org> In-Reply-To: <201203161213.q2GCDiIq017252@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201203160945.04680.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 16 Mar 2012 11:32:57 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233031 - in head/sys: conf i386/i386 pc98/pc98 x86/isa x86/x86 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2012 15:32:58 -0000 On Friday, March 16, 2012 8:13:44 am Takahashi Yoshihiro wrote: > Author: nyan > Date: Fri Mar 16 12:13:44 2012 > New Revision: 233031 > URL: http://svn.freebsd.org/changeset/base/233031 > > Log: > - Fix to build a native i386 kernel without the SMP and atpic. > - Merge r232744 changes to pc98. > (Allow a kernel to be built with 'nodevice atpic'.) > - Move ICU related defines from x86/isa/atpic.c to x86/isa/icu.h and > use them in x86/x86/intr_machdep.c. > > Reviewed by: jhb Thanks for fixing this. -- John Baldwin