Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 01:27:25 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys vnode.h src/sys/i386/i386 vm_machdep.c
Message-ID:  <199711180927.BAA27912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/11/18 01:27:25 PST

  Modified files:
    sys/sys              vnode.h 
  Log:
  Don't #include <machine/smp.h> even in the SMP case.  Fixed the one
  place that depended on it.  The "bazillion warnings" mentioned in the
  log for rev.1.45 apparently aren't a problem any more.  It is hard
  to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks)
  things in the SMP case.
  
  Don't forward declare structs that are already implicitly forward declared.
  
  Fixed a disordered declaration.
  
  Revision  Changes    Path
  1.56      +2 -9      src/sys/sys/vnode.h

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Don't #include <machine/smp.h> even in the SMP case.  Fixed the one
  place that depended on it.  The "bazillion warnings" mentioned in the
  log for rev.1.45 apparently aren't a problem any more.  It is hard
  to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks)
  things in the SMP case.
  
  Revision  Changes    Path
  1.91      +4 -1      src/sys/i386/i386/vm_machdep.c



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