[PATCH] pseries_defconfig: add BNX2=m

2011-01-13 Thread Nishanth Aravamudan
Upcoming servers will include a Broadcom NIC, add to the defconfig to increase testing coverage and make sure mainline builds come up with networking. Signed-off-by: Nishanth Aravamudan diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index f87f0e1..2

[PATCH 3/3] 8xx: Set correct HW pte flags in DTLB Error too

2011-01-13 Thread Joakim Tjernlund
DTLB Error needs to adjust the HW PTE bits as DTLB Miss does. Signed-off-by: Joakim Tjernlund --- arch/ppc/kernel/head_8xx.S |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/ppc/kernel/head_8xx.S b/arch/ppc/kernel/head_8xx.S index 7a449d1..6e64681 100644 --- a/

[PATCH 2/3] 8xx: Use symbolic constants in TLB asm

2011-01-13 Thread Joakim Tjernlund
Use the PTE #defines where possible instead of hardcoded constants. Signed-off-by: Joakim Tjernlund --- arch/ppc/kernel/head_8xx.S | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/ppc/kernel/head_8xx.S b/arch/ppc/kernel/head_8xx.S index 24b206c..7a449d1 10

[PATCH 1/3] 8xx: Move invalidation of non present TLBs

2011-01-13 Thread Joakim Tjernlund
8xx does not invalidate ~PRESENT TLBs, move the workaround in mm/fault.c here to keep 8xx quirks localized. Signed-off-by: Joakim Tjernlund --- arch/ppc/kernel/head_8xx.S | 12 ++-- arch/ppc/mm/fault.c|7 --- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git

[PATCH 0/3] powerpc: Backport 8xx TLB to 2.4, part2

2011-01-13 Thread Joakim Tjernlund
Did some minor cleanup and fixed a small bug. Resending the "Move invalidation of non present TLBs" patch properly. Joakim Tjernlund (3): 8xx: Move invalidation of non present TLBs 8xx: Use symbolic constants in TLB asm 8xx: Set correct HW pte flags in DTLB Error too arch/ppc/kernel/head_8

Re: [PATCH 00/13] powerpc: Backport 8xx TLB to 2.4

2011-01-13 Thread Joakim Tjernlund
Scott Wood wrote on 2011/01/13 21:44:00: > > BTW, it occurred to me that the following 8xx quirk is best > > done in 8xx code: > > > > From c1985a3b8b16d96ddce5ef90d5a15e70fb8a2aec Mon Sep 17 00:00:00 2001 > > From: Joakim Tjernlund > > Date: Tue, 11 Jan 2011 11:24:22 +0100 > > Subject: [PATCH] 8

Re: [PATCH 00/13] powerpc: Backport 8xx TLB to 2.4

2011-01-13 Thread Scott Wood
On Tue, 11 Jan 2011 11:56:32 +0100 Joakim Tjernlund wrote: > Joakim Tjernlund/Transmode wrote on 2011/01/11 09:12:44: > > > > Willy Tarreau wrote on 2011/01/11 07:09:26: > > > > > > Hi Joakim, > > > > > > On Mon, Jan 10, 2011 at 10:37:46PM +0100, Joakim Tjernlund wrote: > > > > This is a backpor

[PATCH]: ppc: notifier_from_errno() cleanup

2011-01-13 Thread Prarit Bhargava
Minor cleanup of notifier_from_errno() in powerpc. notifier_from_errno() now contains the if(ret)/else conditional. There is no need to do it in the powerpc code. Signed-off-by: Prarit Bhargava diff --git a/arch/powerpc/platforms/pseries/cmm.c b/arch/powerpc/platforms/pseries/cmm.c index f480

[PATCH] ppc, 8xx: remove obsolete mgsuvd board

2011-01-13 Thread Holger Brunck
The MPC852 based mgsuvd board from Keymile was initially ported, but later on not developed further. This patch removes the respective files to decrease merging conflicts and unneeded maintenance. Signed-off-by: Holger Brunck Acked-by: Heiko Schocher Cc: Vitaly Bordug Cc: Marcelo Tosatti --- a