cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/amd64/include smp.h src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h src/sys/i386/xen mp_machdep.c src/sys/ia64/ia64 interrupt.c mp_machdep.c sal.c src/sys/ia64/include smp.h src/sys/mips/include ...

Marius Strobl marius at FreeBSD.org
Sun Sep 28 18:36:15 UTC 2008


marius      2008-09-28 18:34:14 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      mp_machdep.c 
    sys/amd64/include    smp.h 
    sys/i386/i386        mp_machdep.c 
    sys/i386/include     smp.h 
    sys/i386/xen         mp_machdep.c 
    sys/ia64/ia64        interrupt.c mp_machdep.c sal.c 
    sys/ia64/include     smp.h 
    sys/mips/include     smp.h 
    sys/mips/mips        mp_machdep.c 
    sys/powerpc/include  smp.h 
    sys/powerpc/powerpc  intr_machdep.c mp_machdep.c 
    sys/sun4v/include    smp.h 
  Log:
  SVN rev 183439 on 2008-09-28 18:34:14Z by marius
  
  Remove ipi_all() and ipi_self() as the former hasn't been used at
  all to date and the latter also is only used in ia64 and powerpc
  code which no longer serves a real purpose after bring-up and just
  can be removed as well. Note that architectures like sun4u also
  provide no means of implementing IPI'ing a CPU itself natively
  in the first place.
  
  Suggested by:   jhb
  Reviewed by:    arch, grehan, jhb
  
  Revision  Changes    Path
  1.294     +0 -30     src/sys/amd64/amd64/mp_machdep.c
  1.93      +0 -2      src/sys/amd64/include/smp.h
  1.289     +0 -30     src/sys/i386/i386/mp_machdep.c
  1.93      +0 -2      src/sys/i386/include/smp.h
  1.6       +0 -35     src/sys/i386/xen/mp_machdep.c
  1.70      +0 -7      src/sys/ia64/ia64/interrupt.c
  1.70      +0 -31     src/sys/ia64/ia64/mp_machdep.c
  1.17      +0 -1      src/sys/ia64/ia64/sal.c
  1.11      +5 -8      src/sys/ia64/include/smp.h
  1.2       +0 -2      src/sys/mips/include/smp.h
  1.3       +0 -20     src/sys/mips/mips/mp_machdep.c
  1.4       +0 -4      src/sys/powerpc/include/smp.h
  1.23      +0 -5      src/sys/powerpc/powerpc/intr_machdep.c
  1.19      +0 -29     src/sys/powerpc/powerpc/mp_machdep.c
  1.6       +0 -1      src/sys/sun4v/include/smp.h


More information about the cvs-src mailing list