Skip to content

Commit 09bd329

Browse files
committed
Remove kernel_fpu_begin() added by mistake
1 parent b73a31a commit 09bd329

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fw/apm.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,6 @@ tfw_apm_prcntl_tmfn(struct timer_list *t)
10181018
TfwApmRBuf *rbuf = &data->rbuf;
10191019
TfwApmRBEnt *rbent = rbuf->rbent;
10201020

1021-
kernel_fpu_begin();
1022-
10231021
/*
10241022
* Increment the counter and make the updates use the other array
10251023
* 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)
10591057
TfwApmHM *hm = READ_ONCE(hmctl->hm);
10601058
unsigned long now;
10611059

1062-
kernel_fpu_begin();
1063-
10641060
BUG_ON(!hm);
10651061
if (!atomic64_read(&hmctl->rcount))
10661062
tfw_http_hm_srv_send(srv, hm->req, hm->reqsz);

0 commit comments

Comments
 (0)