Thanks to visit codestin.com Credit goes to github.com
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 d8166a2 commit 44d4c43Copy full SHA for 44d4c43
arch/parisc/mm/init.c
@@ -844,9 +844,9 @@ void flush_tlb_all(void)
844
{
845
int do_recycle;
846
847
- __inc_irq_stat(irq_tlb_count);
848
do_recycle = 0;
849
spin_lock(&sid_lock);
+ __inc_irq_stat(irq_tlb_count);
850
if (dirty_space_ids > RECYCLE_THRESHOLD) {
851
BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
852
get_dirty_sids(&recycle_ndirty,recycle_dirty_array);
@@ -865,8 +865,8 @@ void flush_tlb_all(void)
865
#else
866
void flush_tlb_all(void)
867
868
869
870
flush_tlb_all_local(NULL);
871
recycle_sids();
872
spin_unlock(&sid_lock);
0 commit comments