arm64: use fixmap for text patching
[cascardo/linux.git] / arch / arm64 / include / asm / fixmap.h
index 9ef6eca..defa0ff 100644 (file)
@@ -49,6 +49,7 @@ enum fixed_addresses {
 
        FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
        FIX_BTMAP_BEGIN = FIX_BTMAP_END + TOTAL_FIX_BTMAPS - 1,
+       FIX_TEXT_POKE0,
        __end_of_fixed_addresses
 };