Re: [PATCH] parisc: sba_iommu: Remove dead DEBUG_DMB_TRAP code

From: Helge Deller

Date: Tue Aug 04 2026 - 09:58:12 EST


On 7/30/26 11:45, Muhammad Usama Anjum wrote:
DEBUG_DMB_TRAP is unconditionally undefined, so the guarded
declarations and calls can never be built. The declared iterate_pages()
and set_data_memory_break() functions also have no definitions in the
tree; removing the #undef would therefore leave unresolved references.

Remove the unused option and its guarded code.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@xxxxxxx>
---
drivers/parisc/sba_iommu.c | 21 ---------------------
1 file changed, 21 deletions(-)
applied.
Thanks!
Helge