staging: vchiq_core: Remove stackhog in process_free_queue
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 31 Mar 2018 20:09:38 +0000 (22:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:47:16 +0000 (15:47 +0200)
commit6dca544ebabb59a74ab408e15fbd64ac3e9665e4
tree104293756f90115da4e922f6028073bec80581ac
parent8113b89fc615cfb531df0334fb3a091cf6a45ce0
staging: vchiq_core: Remove stackhog in process_free_queue

This removes the stackhog in process_free_queue by allocating the
necessary memory within the recycle thread main function instead
of the stack.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c