1. 01 Dec, 2008 5 commits
    • Milton Miller's avatar
      powerpc: Fix build for 32-bit SMP configs · a1e0eb10
      Milton Miller authored
      attr_smt_snooze_delay is only defined for CONFIG_PPC64, so protect the
      attribute removal with the same condition.  This fixes this build error
      on 32-bit SMP configurations:
      
      /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c: In function ‘unregister_cpu_online’:
      /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722: error: ‘attr_smt_snooze_delay’ undeclared (first use in this function)
      /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722: error: (Each undeclared identifier is reported only once
      /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722: error: for each function it appears in.)
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      a1e0eb10
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · d9d060a9
      Linus Torvalds authored
      * 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
        drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.
      d9d060a9
    • Linus Torvalds's avatar
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · 03cfdb86
      Linus Torvalds authored
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
        powerpc: Fix system calls on Cell entered with XER.SO=1
        powerpc/cell: Fix GDB watchpoints, again
        powerpc/mpic: Don't reset affinity for secondary MPIC on boot
        powerpc/cell/axon-msi: Retry on missing interrupt
        powerpc: Fix boot freeze on machine with empty memory node
        powerpc: Fix IRQ assignment for some PCIe devices
        powerpc/spufs: Fix spinning in spufs_ps_fault on signal
        powerpc/mpc832x_rdb: fix swapped ethernet ids
        powerpc: Use generic PHY driver for Marvell 88E1111 PHY on GE Fanuc SBC610
        powerpc/85xx: L2 cache size wrong in 8572DS dts
        powerpc/virtex: Update defconfigs
        powerpc/52xx: update defconfigs
        xsysace: Fix driver to use resource_size_t instead of unsigned long
        powerpc/virtex: fix various format/casting printk mismatches
        powerpc/mpc5200: fix bestcomm Kconfig dependencies
        powerpc/44x: Fix 460EX/460GT machine check handling
        powerpc/40x: Limit allocable DRAM during early mapping
      03cfdb86
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 4ec8f077
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        Allow architectures to override copy_user_highpage()
        [ARM] pxa/palmtx: misc fixes to use generic GPIO API
        ARM: OMAP: Fixes for suspend / resume GPIO wake-up handling
        [ARM] pxa/corgi: update default config to exclude tosa from being built
        [ARM] pxa/pcm990: use negative number for an invalid GPIO in camera data
        ARM: OMAP: Typo fix for clock_allow_idle
        ARM: OMAP: Remove broken LCD driver for SX1
        [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0
        [ARM] pxa/MioA701: bluetooth resume fix
        [ARM] pxa/MioA701: fix memory corruption.
      4ec8f077
    • Eric Anholt's avatar
      drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty. · 151903d5
      Eric Anholt authored
      Introduced in the "Avoid BUG_ONs on VT switch" commit.
      Signed-off-by: default avatarEric Anholt <eric@anholt.net>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      151903d5
  2. 30 Nov, 2008 35 commits