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 7324419 commit c06cf3bCopy full SHA for c06cf3b
arch/parisc/mm/init.c
@@ -892,9 +892,9 @@ void flush_tlb_all(void)
892
{
893
int do_recycle;
894
895
- __inc_irq_stat(irq_tlb_count);
896
do_recycle = 0;
897
spin_lock(&sid_lock);
+ __inc_irq_stat(irq_tlb_count);
898
if (dirty_space_ids > RECYCLE_THRESHOLD) {
899
BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
900
get_dirty_sids(&recycle_ndirty,recycle_dirty_array);
@@ -913,8 +913,8 @@ void flush_tlb_all(void)
913
#else
914
void flush_tlb_all(void)
915
916
917
918
flush_tlb_all_local(NULL);
919
recycle_sids();
920
spin_unlock(&sid_lock);
0 commit comments