Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2000 13:15:15 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 mp_machdep.c mpapic.c src/sys/i386/include smp.h src/sys/i386/isa apic_ipl.h apic_ipl.s apic_vector.s icu.h icu_ipl.s icu_vector.s intr_machdep.h ithread.c
Message-ID:  <200012042115.eB4LFG701099@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/12/04 13:15:15 PST

  Modified files:
    sys/i386/i386        mp_machdep.c mpapic.c 
    sys/i386/include     smp.h 
    sys/i386/isa         apic_ipl.h apic_ipl.s apic_vector.s icu.h 
                         icu_ipl.s icu_vector.s intr_machdep.h 
                         ithread.c 
  Log:
  Cleanup some leftover lint from the old interrupt system.
  Also, while here, run up to 32 interrupt sources on APIC systems.
  Normalize INTREN/INTRDIS so they are the same on both UP and SMP systems
  rather than sometimes a macro, and sometimes a function.
  
  Reviewed by:  jhb, jakeb
  
  Revision  Changes    Path
  1.130     +2 -2      src/sys/i386/i386/mp_machdep.c
  1.43      +3 -3      src/sys/i386/i386/mpapic.c
  1.60      +2 -7      src/sys/i386/include/smp.h
  1.4       +3 -3      src/sys/i386/isa/apic_ipl.h
  1.31      +1 -217    src/sys/i386/isa/apic_ipl.s
  1.59      +24 -10    src/sys/i386/isa/apic_vector.s
  1.19      +6 -35     src/sys/i386/isa/icu.h
  1.8       +22 -60    src/sys/i386/isa/icu_ipl.s
  1.23      +1 -32     src/sys/i386/isa/icu_vector.s
  1.25      +9 -3      src/sys/i386/isa/intr_machdep.h
  1.10      +3 -27     src/sys/i386/isa/ithread.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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