We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bf25a commit 2a4b6e7Copy full SHA for 2a4b6e7
arch/parisc/mm/init.c
@@ -940,9 +940,9 @@ void flush_tlb_all(void)
940
{
941
int do_recycle;
942
943
- __inc_irq_stat(irq_tlb_count);
944
do_recycle = 0;
945
spin_lock(&sid_lock);
+ __inc_irq_stat(irq_tlb_count);
946
if (dirty_space_ids > RECYCLE_THRESHOLD) {
947
BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
948
get_dirty_sids(&recycle_ndirty,recycle_dirty_array);
@@ -961,8 +961,8 @@ void flush_tlb_all(void)
961
#else
962
void flush_tlb_all(void)
963
964
965
966
flush_tlb_all_local(NULL);
967
recycle_sids();
968
spin_unlock(&sid_lock);
0 commit comments