udebug: add mips specific quirk
authorFelix Fietkau <nbd@nbd.name>
Mon, 4 Dec 2023 12:26:07 +0000 (13:26 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 4 Dec 2023 12:26:08 +0000 (13:26 +0100)
commitdf5b7147f47ae3bca23bde18f3d432f5ce26a2ff
tree01f3d594610dcf450381a86a5e0991162eb32801
parentd27acfe416d67f9425d40b5e758949cd7ff9acfa
udebug: add mips specific quirk

On some MIPS systems, mmap addresses need to be aligned to multiple pages, in
order to avoid issues with data cache aliases. Add an arch specific quirk to
allocate memory in 32 KiB chunks and align addresses returned by mmap.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
udebug.c