Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 1997 02:47:33 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys gmon.h src/sys/i386/include profile.h
Message-ID:  <199702131047.CAA03027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/02/13 02:47:31

  Modified:    sys/sys   gmon.h
               sys/i386/include  profile.h
  Log:
  Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.
  Changed it from 4 to 16 for i386's.  It can be anything for i386's,
  but compiler options limit it to a power of 2, and assembler and
  linker deficiencies limit it to a small power of 2 (<= 16).
  We use 16 in the kernel to get smaller tables (see Makefile.i386 and
  <machine/asmacros.h>).  We still use the default of 4 in user mode.
  
  Use HISTCOUNTER instead of (*kcount) in the definition of KCOUNT()
  for consistency with other macros.
  
  Revision  Changes    Path
  1.11      +0 -5      src/sys/sys/gmon.h
  1.10      +9 -1      src/sys/i386/include/profile.h



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