Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 1996 14:17:49 -0700 (PDT)
From:      Steve Passe <fsmp>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/include mpapic.h apic.h smp.h sys/i386/i386 machdep.c mp_machdep.c mpapic.c mpboot.s pmap.c
Message-ID:  <199610042117.OAA17427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        96/10/04 14:17:48

  Modified:    i386/i386  machdep.c mp_machdep.c mpapic.c mpboot.s pmap.c
               i386/include  apic.h smp.h
  Added:       i386/include  mpapic.h
  Log:
  major cleanup of header files:
   smp.h, apic.h, (new) mpapic.h
   smp.h for external data and function declarations
   apic.h for APIC register defines
   mpapic.h for APIC macros, inlines, etc.
  
  modified files as necessary for these header changes.
  added code for APs to report their version on bootstrap.
  more 'style' cleanup.
  
  Revision  Changes    Path
  1.26      +7 -10     sys/i386/i386/machdep.c
  1.5       +58 -32    sys/i386/i386/mp_machdep.c
  1.5       +27 -16    sys/i386/i386/mpapic.c
  1.5       +2 -0      sys/i386/i386/mpboot.s
  1.23      +2 -1      sys/i386/i386/pmap.c
  1.7       +32 -197   sys/i386/include/apic.h
  1.11      +55 -22    sys/i386/include/smp.h



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