|
@@ -138,8 +138,6 @@ static int test_aead_cycles(struct aead_request *req, int enc, int blen)
|
|
int ret = 0;
|
|
int ret = 0;
|
|
int i;
|
|
int i;
|
|
|
|
|
|
- local_irq_disable();
|
|
|
|
-
|
|
|
|
/* Warm-up run. */
|
|
/* Warm-up run. */
|
|
for (i = 0; i < 4; i++) {
|
|
for (i = 0; i < 4; i++) {
|
|
if (enc)
|
|
if (enc)
|
|
@@ -169,8 +167,6 @@ static int test_aead_cycles(struct aead_request *req, int enc, int blen)
|
|
}
|
|
}
|
|
|
|
|
|
out:
|
|
out:
|
|
- local_irq_enable();
|
|
|
|
-
|
|
|
|
if (ret == 0)
|
|
if (ret == 0)
|
|
printk("1 operation in %lu cycles (%d bytes)\n",
|
|
printk("1 operation in %lu cycles (%d bytes)\n",
|
|
(cycles + 4) / 8, blen);
|
|
(cycles + 4) / 8, blen);
|