From 09169bbbbf9cfc3da398a86b115ff9842078e59d Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Fri, 23 Sep 2005 14:50:25 +1000 Subject: [PATCH] --- yaml --- r: 11464 b: refs/heads/master c: 7c6f947f2477f7c0017be1af458eb5e0b96b7f40 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ppc64/kernel/setup.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4d0d7216f022..af188c1c8754 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c55130b2aa93370f1bf52d2304394e91cf8ee39 +refs/heads/master: 7c6f947f2477f7c0017be1af458eb5e0b96b7f40 diff --git a/trunk/arch/ppc64/kernel/setup.c b/trunk/arch/ppc64/kernel/setup.c index 5ac48bd64891..ca8acf671e46 100644 --- a/trunk/arch/ppc64/kernel/setup.c +++ b/trunk/arch/ppc64/kernel/setup.c @@ -58,6 +58,7 @@ #include #include #include +#include #ifdef DEBUG #define DBG(fmt...) udbg_printf(fmt) @@ -401,7 +402,8 @@ void __init early_setup(unsigned long dt_ptr) /* * Initialize stab / SLB management */ - stab_initialize(lpaca->stab_real); + if (!firmware_has_feature(FW_FEATURE_ISERIES)) + stab_initialize(lpaca->stab_real); /* * Initialize the MMU Hash table and create the linear mapping