Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2015 23:14:35 +0900 (JST)
From:      TAKAHASHI Yoshihiro <nyan@FreeBSD.org>
To:        imp@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r276801 - head/sys/i386/i386
Message-ID:  <20150108.231435.1379700739664448165.nyan@FreeBSD.org>
In-Reply-To: <201501080039.t080df3O011578@svn.freebsd.org>
References:  <201501080039.t080df3O011578@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <201501080039.t080df3O011578@svn.freebsd.org>
Warner Losh <imp@freebsd.org> writes:

> Author: imp
> Date: Thu Jan  8 00:39:40 2015
> New Revision: 276801
> URL: https://svnweb.freebsd.org/changeset/base/276801
> 
> Log:
>   Don't call the SSE routines when they aren't enabled (or even compiled
>   into the kernel).
> 
> +#if !defined(CPU_DISABLE_SSE) && defined(I686_CPU)
> +#define CPU_ENABLE_SSE
> +#endif

% grep CPU_DISABLE_SSE options.*
options.i386:CPU_DISABLE_SSE                    opt_cpu.h
options.pc98:CPU_DISABLE_SSE                    opt_cpu.h

So including opt_cpu.h is required.

---
TAKAHASHI Yoshihiro <nyan@FreeBSD.org>



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