Commit aa4e460 1 parent 7b3c36f commit aa4e460 Copy full SHA for aa4e460
File tree 1 file changed +0
-4
lines changed
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)
683
683
684
684
/* reduce OS noise */
685
685
local_irq_save (flags );
686
- local_irq_disable ();
687
686
688
687
nsec = ktime_get_ns ();
689
688
for (i = 0 ; i < 100 ; i ++ ) {
@@ -694,7 +693,6 @@ static int __init crc32c_test(void)
694
693
nsec = ktime_get_ns () - nsec ;
695
694
696
695
local_irq_restore (flags );
697
- local_irq_enable ();
698
696
699
697
pr_info ("crc32c: CRC_LE_BITS = %d\n" , CRC_LE_BITS );
700
698
@@ -768,7 +766,6 @@ static int __init crc32_test(void)
768
766
769
767
/* reduce OS noise */
770
768
local_irq_save (flags );
771
- local_irq_disable ();
772
769
773
770
nsec = ktime_get_ns ();
774
771
for (i = 0 ; i < 100 ; i ++ ) {
@@ -783,7 +780,6 @@ static int __init crc32_test(void)
783
780
nsec = ktime_get_ns () - nsec ;
784
781
785
782
local_irq_restore (flags );
786
- local_irq_enable ();
787
783
788
784
pr_info ("crc32: CRC_LE_BITS = %d, CRC_BE BITS = %d\n" ,
789
785
CRC_LE_BITS , CRC_BE_BITS );
You can’t perform that action at this time.
0 commit comments