Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 1997 22:57:44 -0700 (PDT)
From:      Steve Passe <fsmp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/include apic.h mpapic.h smp.h
Message-ID:  <199705290557.WAA02539@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        1997/05/28 22:57:44 PDT

  Modified files:
    sys/i386/include     apic.h mpapic.h smp.h 
  Log:
  apic.h now has structure definitions for both the local APIC and io APIC.
  
  apic.h has defines like:
  #define lapic__id       lapic->id
  
  Once private pages and "known virtual addr" mapping of the APICs is
  ready all 'lapic__XXX' will be changed to 'lapic.XXX', and the defines
  will be removed.
  
  Changes to smp.h for lapic_t lapic && ioapic_t ioapic pointers,
  currently equal to apic_base && io_apic_base, will stand alone with the
  private page mapping.
  
  Revision  Changes    Path
  1.3       +140 -1    src/sys/i386/include/apic.h
  1.6       +16 -3     src/sys/i386/include/mpapic.h
  1.10      +13 -1     src/sys/i386/include/smp.h



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