Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 19:31:36 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/include cpufunc.h
Message-ID:  <200904071931.n37JVhX0066325@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-04-07 19:31:36 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    cpufunc.h 
  Log:
  SVN rev 190817 on 2009-04-07 19:31:36Z by ed
  
  Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.
  
  Because the "c" input constaint is used, the compiler will already place
  the MSR_FSBASE/MSR_GSBASE constants in ecx. Using __asm("ecx") makes
  LLVM crash. Even though this is also an LLVM bug, we'd better remove the
  unnecessary GCCism as well.
  
  Submitted by:   Christoph Mallon <christoph.mallon@gmx.de>
  
  Revision  Changes    Path
  1.152     +4 -10     src/sys/amd64/include/cpufunc.h



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