Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2004 12:43:15 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files files.i386
Message-ID:  <200404101943.i3AJhFjZ088154@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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