commit | c448a142a714b4ad25ebd4c872b7c9752e428c88 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Wed Dec 03 10:19:36 2014 -0500 |
committer | Oded Gabbay <oded.gabbay@amd.com> | Wed Dec 03 10:19:36 2014 -0500 |
tree | 9dff3d3d4bd3631f959bae170d7d91222d29eb58 | |
parent | aeda036c371c58d3a6dcb3e5ac3c1503e7ffc4cf [diff] |
amdkfd: use atomic allocations within srcu callbacks srcu callbacks are running in atomic context, we can't allocate using __GFP_WAIT. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>