Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2010 04:18:19 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/aim mmu_oea64.c ofw_machdep.c slb.c src/sys/powerpc/booke machdep.c src/sys/powerpc/include platform.h src/sys/powerpc/powerpc mp_machdep.c platform.c platform_if.m src/sys/sys smp.h
Message-ID:  <201011120418.oAC4Ivng068140@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-11-12 04:18:19 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/aim      mmu_oea64.c ofw_machdep.c slb.c 
    sys/powerpc/booke    machdep.c 
    sys/powerpc/include  platform.h 
    sys/powerpc/powerpc  mp_machdep.c platform.c platform_if.m 
    sys/sys              smp.h 
  Log:
  SVN rev 215159 on 2010-11-12 04:18:19Z by nwhitehorn
  
  Add some platform KOBJ extensions and continue integrating PowerPC
  hypervisor infrastructure support:
  - Fix coexistence of multiple platform modules in the same kernel
  - Allow platform modules to provide an SMP topology
  - PowerPC hypervisors limit the amount of memory accessible in real mode.
    Allow the platform modules to specify the maximum real-mode address,
    and modify the bits of the kernel that need to allocate
    real-mode-accessible buffers to respect this limits.
  
  Revision  Changes    Path
  1.48      +3 -0      src/sys/powerpc/aim/mmu_oea64.c
  1.34      +0 -13     src/sys/powerpc/aim/ofw_machdep.c
  1.6       +55 -0     src/sys/powerpc/aim/slb.c
  1.33      +0 -9      src/sys/powerpc/booke/machdep.c
  1.2       +1 -0      src/sys/powerpc/include/platform.h
  1.35      +0 -7      src/sys/powerpc/powerpc/mp_machdep.c
  1.3       +48 -3     src/sys/powerpc/powerpc/platform.c
  1.3       +30 -0     src/sys/powerpc/powerpc/platform_if.m
  1.94      +3 -2      src/sys/sys/smp.h



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