]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/mm/hash_utils_64.c
[PATCH] powerpc: Kill ppcdebug
[~andy/linux] / arch / powerpc / mm / hash_utils_64.c
index 6e9e05cce02c8448e207a782f3ebc4cdb53f6556..b6970c96d96f5431436e662e32ad2c98deb8073a 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/init.h>
 #include <linux/signal.h>
 
-#include <asm/ppcdebug.h>
 #include <asm/processor.h>
 #include <asm/pgtable.h>
 #include <asm/mmu.h>
@@ -194,12 +193,6 @@ void __init htab_initialize(void)
        htab_size_bytes = get_hashtable_size();
        pteg_count = htab_size_bytes >> 7;
 
-       /* For debug, make the HTAB 1/8 as big as it normally would be. */
-       ifppcdebug(PPCDBG_HTABSIZE) {
-               pteg_count >>= 3;
-               htab_size_bytes = pteg_count << 7;
-       }
-
        htab_hash_mask = pteg_count - 1;
 
        if (systemcfg->platform & PLATFORM_LPAR) {