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 1c2fb94 commit 1030d68Copy full SHA for 1030d68
arch/parisc/mm/init.c
@@ -842,9 +842,9 @@ void flush_tlb_all(void)
842
{
843
int do_recycle;
844
845
- __inc_irq_stat(irq_tlb_count);
846
do_recycle = 0;
847
spin_lock(&sid_lock);
+ __inc_irq_stat(irq_tlb_count);
848
if (dirty_space_ids > RECYCLE_THRESHOLD) {
849
BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
850
get_dirty_sids(&recycle_ndirty,recycle_dirty_array);
@@ -863,8 +863,8 @@ void flush_tlb_all(void)
863
#else
864
void flush_tlb_all(void)
865
866
867
868
flush_tlb_all_local(NULL);
869
recycle_sids();
870
spin_unlock(&sid_lock);
0 commit comments