Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 14:18:18 -0700 (PDT)
From:      Steve Passe <fsmp>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/i386 mp_machdep.c
Message-ID:  <199704202118.OAA17408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        97/04/20 14:18:17

  Modified:    i386/i386  mp_machdep.c
  Log:
  added #defines to verify that both APIC_IO and SMP_INVLTLB are set,
  or that neither are set.
  Setting SMP_INVLTLB without APIC_IO will cause a kernel panic.
  Setting APIC_IO without SMP_INVLTLB is prone to page (memory) corruption.
  
  Revision  Changes    Path
  1.38      +11 -1     sys/i386/i386/mp_machdep.c



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