]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[PATCH] powerpc: remove redundant code in stab init
authorOlof Johansson <olof@lixom.net>
Tue, 29 Nov 2005 20:04:17 +0000 (14:04 -0600)
committerPaul Mackerras <paulus@samba.org>
Mon, 5 Dec 2005 04:41:35 +0000 (15:41 +1100)
There's never been a hardware platform that has both pSeries/RPA LPAR
hypervisor and stab (pre-POWER4 segment management). This removes
the redundant code in stab_initalize().

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/stab.c

index cfbb4e1f966b3331e7e89dda329ae925841616d1..51e7951414e5ca561b1d51257be70efe52a84139 100644 (file)
@@ -288,11 +288,6 @@ void stab_initialize(unsigned long stab)
                return;
        }
 #endif /* CONFIG_PPC_ISERIES */
-#ifdef CONFIG_PPC_PSERIES
-       if (platform_is_lpar()) {
-               plpar_hcall_norets(H_SET_ASR, stabreal);
-               return;
-       }
-#endif
+
        mtspr(SPRN_ASR, stabreal);
 }