Date: Thu, 03 Feb 2022 01:15:44 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261687] On powerpc* bus_space_unmap() is not available due to header mismatch Message-ID: <bug-261687-227-NfPUejZTiM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261687-227@https.bugs.freebsd.org/bugzilla/> References: <bug-261687-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261687 --- Comment #1 from Piotr Kubaj <pkubaj@FreeBSD.org> --- Changing bus_space_handle to: #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h) fixes build of that port, but I'm not sure whether it's a correct solution. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261687-227-NfPUejZTiM>