From owner-cvs-src@FreeBSD.ORG Sat Apr 10 12:43:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4528216A4CE; Sat, 10 Apr 2004 12:43:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C2B43D54; Sat, 10 Apr 2004 12:43:16 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3AJhFGe088155; Sat, 10 Apr 2004 12:43:15 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3AJhFjZ088154; Sat, 10 Apr 2004 12:43:15 -0700 (PDT) (envelope-from marcel) Message-Id: <200404101943.i3AJhFjZ088154@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 10 Apr 2004 12:43:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 19:43:16 -0000 marcel 2004/04/10 12:43:15 PDT FreeBSD src repository Modified files: sys/conf files files.i386 Log: Unbreak alpha kernel build and unbreak any non-i386 runtime brokenness. The VIA Nehemias is so obviously specific to i386 that it should not be compiled on non-i386 platforms. The obviousness is in the fact that all functions in nehemias.c are purely i386 inline assembly, guarded by #ifdef __i386__ Revision Changes Path 1.884 +0 -1 src/sys/conf/files 1.484 +1 -0 src/sys/conf/files.i386