cvs commit: src/sys/i386/isa prof_machdep.c src/sys/amd64/amd64 prof_machdep.c

Bruce Evans bde at FreeBSD.org
Sat Oct 28 06:38:52 UTC 2006


bde         2006-10-28 06:38:51 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         prof_machdep.c 
    sys/amd64/amd64      prof_machdep.c 
  Log:
  Cleaned up includes.  <machine/profile.h> was unused.  <machine/timerreg.h>
  was only used in the GUPROF case, so the messes to get its i386 prerequisites
  included shouldn't have been needed.
  
  Fixed some style bugs. Quote #error contents, and don't repeat an #error
  directive on amd64.
  
  Revision  Changes    Path
  1.27      +1 -7      src/sys/amd64/amd64/prof_machdep.c
  1.28      +4 -7      src/sys/i386/isa/prof_machdep.c


More information about the cvs-all mailing list