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.
kernel_fpu_begin()
1 parent b73a31a commit 09bd329Copy full SHA for 09bd329
fw/apm.c
@@ -1018,8 +1018,6 @@ tfw_apm_prcntl_tmfn(struct timer_list *t)
1018
TfwApmRBuf *rbuf = &data->rbuf;
1019
TfwApmRBEnt *rbent = rbuf->rbent;
1020
1021
- kernel_fpu_begin();
1022
-
1023
/*
1024
* Increment the counter and make the updates use the other array
1025
* of the two that are available. In the meanwhile, use the array
@@ -1059,8 +1057,6 @@ tfw_apm_hm_timer_cb(struct timer_list *t)
1059
1057
TfwApmHM *hm = READ_ONCE(hmctl->hm);
1060
1058
unsigned long now;
1061
1062
1063
1064
BUG_ON(!hm);
1065
if (!atomic64_read(&hmctl->rcount))
1066
tfw_http_hm_srv_send(srv, hm->req, hm->reqsz);
0 commit comments