mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
In prq_event_thread(), the QI_PGRP_PDP is wrongly set by
'req->pasid_present' which should be replaced to
'req->priv_data_present'.
Fixes:
|
||
|---|---|---|
| .. | ||
| debugfs.c | ||
| dmar.c | ||
| iommu.c | ||
| irq_remapping.c | ||
| Kconfig | ||
| Makefile | ||
| pasid.c | ||
| pasid.h | ||
| svm.c | ||
| trace.c | ||