powerpc/numa: remove timed_topology_update()
[linux-2.6-microblaze.git] / arch / powerpc / mm / numa.c
index b220e5b..6c579ac 100644 (file)
@@ -1124,14 +1124,6 @@ u64 memory_hotplug_max(void)
 #ifdef CONFIG_PPC_SPLPAR
 static int topology_inited;
 
-/*
- * Change polling interval for associativity changes.
- */
-int timed_topology_update(int nsecs)
-{
-       return 0;
-}
-
 /*
  * Retrieve the new associativity information for a virtual processor's
  * home node.
@@ -1147,7 +1139,6 @@ static long vphn_get_associativity(unsigned long cpu,
        switch (rc) {
        case H_SUCCESS:
                dbg("VPHN hcall succeeded. Reset polling...\n");
-               timed_topology_update(0);
                goto out;
 
        case H_FUNCTION: