SWDEV-480772 - Remove name variable from amd::Monitor class.
Change-Id: Ie2a4fa44f485786227230f8a892e090e718aa30e
This commit is contained in:
committed by
Karthik Jayaprakash
parent
cfdc9dfc36
commit
12a39fbf22
@@ -195,7 +195,7 @@ struct Coord3D {
|
||||
template <class T>
|
||||
class SysmemPool {
|
||||
public:
|
||||
SysmemPool(): chunk_access_("Sysmem Pool Lock", true) {}
|
||||
SysmemPool(): chunk_access_(true) /* Sysmem Pool Lock */ {}
|
||||
~SysmemPool() {
|
||||
// Release current chunk
|
||||
if (chunks_.size() == 1) {
|
||||
|
||||
Reference in New Issue
Block a user