Revert "fix: Enable 64k pages for TSB allocation"

This reverts commit eed69f45ed.

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-10-28 14:46:08 +00:00
committed by Compute-Runtime-Automation
parent fd45b2883d
commit 7f5e6b4124
2 changed files with 1 additions and 2 deletions

View File

@@ -473,7 +473,6 @@ bool MemoryManager::getAllocationData(AllocationData &allocationData, const Allo
case AllocationType::gpuTimestampDeviceBuffer:
case AllocationType::preemption:
case AllocationType::syncDispatchToken:
case AllocationType::timestampPacketTagBuffer:
allow64KbPages = true;
default:
break;