mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "fix: tbx page fault manager hang issue"
This reverts commit 7d4e70a25b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7d4e70a25b
commit
116f7270be
@@ -12,6 +12,9 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
class TbxPageFaultManagerLinux final : public PageFaultManagerLinux, public TbxPageFaultManager {};
|
||||
class TbxPageFaultManagerLinux final : public PageFaultManagerLinux, public TbxPageFaultManager {
|
||||
public:
|
||||
TbxPageFaultManagerLinux() : PageFaultManagerLinux(), TbxPageFaultManager() {}
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user