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 4c9d8a8 commit 42d9dc1Copy full SHA for 42d9dc1
arch/parisc/mm/init.c
@@ -895,9 +895,9 @@ void flush_tlb_all(void)
895
{
896
int do_recycle;
897
898
- __inc_irq_stat(irq_tlb_count);
899
do_recycle = 0;
900
spin_lock(&sid_lock);
+ __inc_irq_stat(irq_tlb_count);
901
if (dirty_space_ids > RECYCLE_THRESHOLD) {
902
BUG_ON(recycle_inuse); /* FIXME: Use a semaphore/wait queue here */
903
get_dirty_sids(&recycle_ndirty,recycle_dirty_array);
@@ -916,8 +916,8 @@ void flush_tlb_all(void)
916
#else
917
void flush_tlb_all(void)
918
919
920
921
flush_tlb_all_local(NULL);
922
recycle_sids();
923
spin_unlock(&sid_lock);
0 commit comments