Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rcu1.c

    r63e27ef r7850dda  
    389389static void seq_func(void *arg)
    390390{
     391        /*
     392         * Temporarily workaround GCC 7.1.0 internal
     393         * compiler error when compiling for riscv64.
     394         */
     395#ifndef KARCH_riscv64
    391396        seq_work_t *work = (seq_work_t*)arg;
    392397       
     
    435440                }
    436441               
    437         }
     442        }
     443#else
     444        (void) seq_cb;
     445#endif
    438446}
    439447
Note: See TracChangeset for help on using the changeset viewer.