|
@@ -54,12 +54,10 @@ unsigned long pte_freelist_forced_free;
|
|
((PAGE_SIZE - sizeof(struct pte_freelist_batch)) \
|
|
((PAGE_SIZE - sizeof(struct pte_freelist_batch)) \
|
|
/ sizeof(pgtable_free_t))
|
|
/ sizeof(pgtable_free_t))
|
|
|
|
|
|
-#ifdef CONFIG_SMP
|
|
|
|
static void pte_free_smp_sync(void *arg)
|
|
static void pte_free_smp_sync(void *arg)
|
|
{
|
|
{
|
|
/* Do nothing, just ensure we sync with all CPUs */
|
|
/* Do nothing, just ensure we sync with all CPUs */
|
|
}
|
|
}
|
|
-#endif
|
|
|
|
|
|
|
|
/* This is only called when we are critically out of memory
|
|
/* This is only called when we are critically out of memory
|
|
* (and fail to get a page in pte_free_tlb).
|
|
* (and fail to get a page in pte_free_tlb).
|