On 1/23/26 16:57, Peter Maydell wrote:
On Fri, 23 Jan 2026 at 15:11, <[email protected]> wrote:
From: Helge Deller <[email protected]>
Older hppa binaries may still use the old MADV_XXX constants for the
madivise() syscall. Fix it up in the same manner as it's done in the
Linux kernel in the parisc_madvise() function.
"Remove this wrapper in year 2025" it says :-)
Yes, I think I was too optimistic when I added that code back then.
I found such programs yesterday....
Signed-off-by: Helge Deller <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Thanks!
Helge