1. 28 3月, 2006 2 次提交
    • P
      ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc · 0a26b136
      Paul Mackerras 提交于
      32-bit CHRP machines are now supported only in arch/powerpc, as are
      all 64-bit PowerPC processors.  This means that we don't use
      Open Firmware on any platform in arch/ppc any more.
      
      This makes PReP support a single-platform option like every other
      platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM
      is gone from arch/ppc.  CONFIG_PPC_PREP is the option that selects
      PReP support and is generally what has replaced
      CONFIG_PPC_MULTIPLATFORM within arch/ppc.
      
      _machine is all but dead now, being #defined to 0.
      
      Updated Makefiles, comments and Kconfig options generally to reflect
      these changes.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0a26b136
    • P
      powerpc: Fix goof in 6xx and POWER4 idle power-save functions · ff2e6d7e
      Paul Mackerras 提交于
      This fixes a mistake I made when editing these functions - when I
      took out the interrupt disabling code (because interrupts are now
      disabled by the caller) I left the register that is used for the MSR
      value to be used during doze/nap uninitialized.  This fixes it.
      
      Also updated some of the comments in idle_power4.S and removed some
      code that was copied over from idle_6xx.S but is no longer relevant
      (we don't ever clear the CPU_FTR_CAN_NAP bit at runtime for POWER4).
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      ff2e6d7e
  2. 27 3月, 2006 38 次提交