Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 1997 10:58:27 -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/isa apic_ipl.s apic_vector.s icu_ipl.s icu_vector.s ipl.s vector.s icu.s
Message-ID:  <199705261758.KAA01724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        1997/05/26 10:58:27 PDT

  Modified files:
    sys/i386/isa         vector.s 
  Added files:
    sys/i386/isa         apic_ipl.s apic_vector.s icu_ipl.s 
                         icu_vector.s ipl.s 
  Removed files:
    sys/i386/isa         icu.s 
  Log:
  Split vector.s into UP and SMP specific files:
   - vector.s		<- stub called by i386/exception.s
   - icu_vector.s		<- UP
   - apic_vector.s	<- SMP
  
  Split icu.s into UP and SMP specific files:
   - ipl.s		<- stub called by i386/exception.s (formerly icu.s)
   - icu_ipl.s		<- UP
   - apic_ipl.s		<- SMP
  
  This was done in preparation for massive changes to the SMP INTerrupt
  mechanisms.  More fine tuning, such as merging ipl.s into exception.s,
  may be appropriate.
  
  Revision  Changes    Path
  1.30      +15 -415   src/sys/i386/isa/vector.s



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