In order not to generate undefined references when building and
not to unmap anything, add an empty `bpt_unmap_mrd` memory region
descriptor.
Signed-off-by: Sergiu Moga <sergiu.moga@protonmail.com>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #848
/* no Machine Check */
TRAP_ENTRY simd_error, 0
/* no Virtualization Exception */
+
+/*
+ * We do not want to unmap anything.
+ */
+.section .bss
+.align 4
+.globl bpt_unmap_mrd
+bpt_unmap_mrd:
+.space 64