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
* POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * We do not want to unmap anything.
+ */
+.section .bss
+.align 4
+.globl bpt_unmap_mrd
+bpt_unmap_mrd:
+.space 64
+
.section .text
/* For now, although inaccurate, set the
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * We do not want to unmap anything.
+ */
+.section .bss
+.align 4
+.globl bpt_unmap_mrd
+bpt_unmap_mrd:
+.space 64
.section .text