From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0B474B6F06 for ; Thu, 8 Jul 2010 18:20:04 +1000 (EST) Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Content-Type: text/plain; charset="UTF-8" Date: Thu, 08 Jul 2010 18:19:44 +1000 Message-ID: <1278577184.28659.92.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list , Andrew Morton , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Linus ! Here are a few powerpc nits and bits still for 2.6.35. Mostly simple/trivial stuff and some gcc-4.5 related fixes. Thanks ! Cheers, Ben. The following changes since commit 2aa72f612144a0a7d4b0b22ae7c122692ac6a013: Linus Torvalds (1): Merge git://git.kernel.org/.../davem/net-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Anton Blanchard (1): powerpc: Linux cannot run with 0 cores Denis Kirjanov (1): powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fixup_resources Johannes Berg (1): powerpc: Fix logic error in fixup_irqs Matt Evans (1): powerpc/perf_event: Fix for power_pmu_disable() Paul E. McKenney (1): powerpc: Fix default_machine_crash_shutdown #ifdef botch Sam Ravnborg (1): powerpc: Fix userspace build of ptrace.h Stephen Rothwell (3): powerpc: Fix module building for gcc 4.5 and 64 bit powerpc: Fix compile errors in prom_init_check for gcc 4.5 powerpc: Fix feature-fixup tests for gcc 4.5 Yang Li (1): powerpc: Disable SPARSE_IRQ by default arch/powerpc/Kconfig | 4 +- arch/powerpc/Makefile | 4 +- arch/powerpc/include/asm/ptrace.h | 32 ++++----- arch/powerpc/kernel/crash.c | 2 +- arch/powerpc/kernel/irq.c | 5 +- arch/powerpc/kernel/perf_event.c | 5 +- arch/powerpc/kernel/prom_init.c | 2 +- arch/powerpc/kernel/prom_init_check.sh | 6 ++ arch/powerpc/lib/Makefile | 4 +- arch/powerpc/lib/crtsavres.S | 129 ++++++++++++++++++++++++++++++++ arch/powerpc/lib/feature-fixups.c | 17 ++-- arch/powerpc/platforms/iseries/pci.c | 6 +- scripts/mod/modpost.c | 5 + 13 files changed, 184 insertions(+), 37 deletions(-)