Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 19:43:48 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern sched_ule.c subr_smp.c src/sys/mips/conf XLR src/sys/mips/include locore.h param.h smp.h src/sys/mips/mips cpu.c machdep.c mp_machdep.c mpboot.S pmap.c src/sys/mips/rmi files.xlr interrupt.h intr_machdep.c iodi.c on_chip.c pic.h ...
Message-ID:  <201005161946.o4GJkBHO072039@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-05-16 19:43:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c subr_smp.c 
    sys/mips/conf        XLR 
    sys/mips/include     locore.h param.h smp.h 
    sys/mips/mips        cpu.c machdep.c mp_machdep.c mpboot.S 
                         pmap.c 
    sys/mips/rmi         files.xlr interrupt.h intr_machdep.c 
                         iodi.c on_chip.c pic.h xlr_machdep.c 
                         xlr_pci.c xlrconfig.h 
    sys/mips/rmi/dev/xlr rge.c 
  Log:
  SVN rev 208165 on 2010-05-16 19:43:48Z by rrs
  
  This pushes all of JC's patches that I have in place. I
  am now able to run 32 cores ok.. but I still will hang
  on buildworld with a NFS problem. I suspect I am missing
  a patch for the netlogic rge driver.
  
  JC check and see if I am missing anything except your
  core-mask changes
  
  Obtained from:  JC
  
  Revision  Changes    Path
  1.265     +1 -1      src/sys/kern/sched_ule.c
  1.218     +4 -1      src/sys/kern/subr_smp.c
  1.7       +4 -3      src/sys/mips/conf/XLR
  1.3       +1 -0      src/sys/mips/include/locore.h
  1.14      +1 -1      src/sys/mips/include/param.h
  1.6       +1 -0      src/sys/mips/include/smp.h
  1.5       +3 -0      src/sys/mips/mips/cpu.c
  1.26      +1 -1      src/sys/mips/mips/machdep.c
  1.11      +10 -0     src/sys/mips/mips/mp_machdep.c
  1.5       +2 -1      src/sys/mips/mips/mpboot.S
  1.47      +144 -91   src/sys/mips/mips/pmap.c
  1.6       +72 -232   src/sys/mips/rmi/dev/xlr/rge.c
  1.5       +1 -0      src/sys/mips/rmi/files.xlr
  1.3       +3 -6      src/sys/mips/rmi/interrupt.h
  1.5       +9 -22     src/sys/mips/rmi/intr_machdep.c
  1.5       +1 -0      src/sys/mips/rmi/iodi.c
  1.3       +144 -35   src/sys/mips/rmi/on_chip.c
  1.5       +12 -0     src/sys/mips/rmi/pic.h
  1.7       +55 -207   src/sys/mips/rmi/xlr_machdep.c
  1.4       +1 -1      src/sys/mips/rmi/xlr_pci.c
  1.2       +33 -14    src/sys/mips/rmi/xlrconfig.h



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