Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2006 11:03:03 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include profile.h src/sys/amd64/include profile.h
Message-ID:  <200610281103.k9SB33YB005334@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-10-28 11:03:03 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     profile.h 
    sys/amd64/include    profile.h 
  Log:
  i386/include/profile.h:
  Fixed a syntax error for the (!__KERNEL && !__GNUCLIKE_ASM) case in
  rev.1.36.  Apparently, this case has never been reached even by lint.
  
  Submitted by:   stefanf
  
  {amd64,i386}/include/profile.h:
  In case the above case is actually reached, break it properly by
  providing null support that will fail at link time instead of a stub
  that gives wrong (null) profiling at runtime.
  
  Revision  Changes    Path
  1.47      +1 -5      src/sys/amd64/include/profile.h
  1.42      +1 -5      src/sys/i386/include/profile.h



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