Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 1996 13:39:14 -0800 (PST)
From:      Steve Passe <fsmp>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/i386 mp_machdep.c sys/i386/include mpapic.h smptests.h sys/i386/isa icu.h vector.s
Message-ID:  <199612112139.NAA11338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        96/12/11 13:39:13

  Modified:    i386/i386  mp_machdep.c
  Log:
  fixed minor bug were SMP_INVLTLB needs icu.h,
  which was missing when "IMEN_NOT_MERGED" was defined.
  
  Revision  Changes    Path
  1.34      +5 -1      sys/i386/i386/mp_machdep.c

  Modified:    i386/include  mpapic.h smptests.h
  Log:
  made "IMEN_NOT_MERGED" official version of kernel.
  this is just to provide continuity in CVS tree.
  IMEN_NOT_MERGED is no longer used,
  and will be removed from source as soon as I am sure the imen/IOApicMask
  merge is not the cause of our remaining "fatal trap12" problem.
  
  Revision  Changes    Path
  1.8       +2 -1      sys/i386/include/mpapic.h
  1.6       +9 -1      sys/i386/include/smptests.h

  Modified:    i386/isa  icu.h vector.s
  Log:
  made "IMEN_NOT_MERGED" official version of kernel.
  this is just to provide continuity in CVS tree.
  IMEN_NOT_MERGED is no longer used,
  and will be removed from source as soon as I am sure the imen/IOApicMask
  merge is not the cause of our remaining "fatal trap12" problem.
  
  icu.h and vector.s didn't have conditional compilation of the pre-merged
  code, add to keep the CVS tree consistant (see above comments).
  
  fix a bug in vector.s where APIC_IO without IPI_INTS had a bogus trailing
  ',' in a variable list.  this caused an extra 0 to be added, spamming
  the swi* masks.
  
  Revision  Changes    Path
  1.10      +21 -1     sys/i386/isa/icu.h
  1.31      +27 -3     sys/i386/isa/vector.s



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