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 ESMTP id AC6D0DDE0C for ; Fri, 9 Nov 2007 21:00:23 +1100 (EST) Date: Fri, 9 Nov 2007 03:59:16 -0600 (CST) From: Kumar Gala To: Paul Mackerras Subject: Please pull from 'for-2.6.24' branch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Please pull from 'for-2.6.24' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.24 to receive the following updates: arch/powerpc/Makefile | 3 +++ arch/powerpc/sysdev/cpm_common.c | 4 +--- include/asm-powerpc/tlbflush.h | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) Kumar Gala (2): [POWERPC] Add -mno-spe for ARCH=powerpc builds [POWERPC] Fix oops related to 4xx flush_tlb_page modification Scott Wood (1): [POWERPC] cpm: Fix a couple minor issues in cpm_common.c.