|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/pdx: Undef the correct macro
commit 9e13c0ca186c073f17f0f055658c7d33b3ea6877
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Fri May 1 09:37:30 2026 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Fri May 1 10:51:19 2026 +0100
x86/pdx: Undef the correct macro
This was caused by a rename during review.
No functional change.
Reported-by: Luca Fancellu <luca.fancellu@xxxxxxx>
Fixes: bd0b3a876d80 ("pdx: allow per-arch optimization of PDX conversion
helpers")
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
---
xen/arch/x86/include/asm/pdx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/x86/include/asm/pdx.h b/xen/arch/x86/include/asm/pdx.h
index 6be7e1185e..6c10234ecf 100644
--- a/xen/arch/x86/include/asm/pdx.h
+++ b/xen/arch/x86/include/asm/pdx.h
@@ -57,7 +57,7 @@ static inline paddr_t directmapoff_to_maddr(unsigned long
offset)
return offset;
}
-#undef PDX_ASM_GOTO_SKIP
+#undef PDX_ASM_GOTO
#endif /* X86_PDX_H */
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |