File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,6 @@ static int __init crc32c_test(void)
683683
684684 /* reduce OS noise */
685685 local_irq_save (flags );
686- local_irq_disable ();
687686
688687 nsec = ktime_get_ns ();
689688 for (i = 0 ; i < 100 ; i ++ ) {
@@ -694,7 +693,6 @@ static int __init crc32c_test(void)
694693 nsec = ktime_get_ns () - nsec ;
695694
696695 local_irq_restore (flags );
697- local_irq_enable ();
698696
699697 pr_info ("crc32c: CRC_LE_BITS = %d\n" , CRC_LE_BITS );
700698
@@ -768,7 +766,6 @@ static int __init crc32_test(void)
768766
769767 /* reduce OS noise */
770768 local_irq_save (flags );
771- local_irq_disable ();
772769
773770 nsec = ktime_get_ns ();
774771 for (i = 0 ; i < 100 ; i ++ ) {
@@ -783,7 +780,6 @@ static int __init crc32_test(void)
783780 nsec = ktime_get_ns () - nsec ;
784781
785782 local_irq_restore (flags );
786- local_irq_enable ();
787783
788784 pr_info ("crc32: CRC_LE_BITS = %d, CRC_BE BITS = %d\n" ,
789785 CRC_LE_BITS , CRC_BE_BITS );
You can’t perform that action at this time.
0 commit comments