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 3B2CAB7159 for ; Wed, 2 Mar 2011 15:55:06 +1100 (EST) Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Content-Type: text/plain; charset="UTF-8" Date: Wed, 02 Mar 2011 15:54:56 +1100 Message-ID: <1299041696.8833.823.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 3 patches for powerpc, one reverts an Anton mistake (such a thing does exist indeed ! here goes my blind faith...) and a couple of fixes that would be much welcome to have in .38 Cheers, Ben. The following changes since commit dd9c1549edef02290edced639f67b54a25abbe0e: Linux 2.6.38-rc7 (2011-03-01 13:55:12 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Anton Blanchard (1): powerpc/kexec: Restore ppc_md.machine_kexec K.Prasad (1): powerpc: Fix call to flush_ptrace_hw_breakpoint() Peter Zijlstra (1): powerpc/mm: Make hpte_need_flush() safe for preemption arch/powerpc/include/asm/machdep.h | 6 ++++++ arch/powerpc/kernel/machine_kexec.c | 5 ++++- arch/powerpc/kernel/process.c | 8 +++++--- arch/powerpc/mm/tlb_hash64.c | 6 +++--- 4 files changed, 18 insertions(+), 7 deletions(-)