ChangeSet 1.2181.2.52, 2005/03/26 21:23:28-08:00, [EMAIL PROTECTED]

        [SPARC64]: Kill stray reference to pgdcache_size.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 smp.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/arch/sparc64/kernel/smp.c b/arch/sparc64/kernel/smp.c
--- a/arch/sparc64/kernel/smp.c 2005-04-03 21:14:09 -07:00
+++ b/arch/sparc64/kernel/smp.c 2005-04-03 21:14:09 -07:00
@@ -89,7 +89,6 @@
        cpu_data(id).pgcache_size               = 0;
        cpu_data(id).pte_cache[0]               = NULL;
        cpu_data(id).pte_cache[1]               = NULL;
-       cpu_data(id).pgdcache_size              = 0;
        cpu_data(id).pgd_cache                  = NULL;
        cpu_data(id).idle_volume                = 1;
 }
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to