Module Name:    src
Committed By:   rin
Date:           Tue Jun 18 13:35:26 UTC 2024

Modified Files:
        src/sys/arch/evbppc/wii: mainbus.c

Log Message:
wii: mainbus_attach: Appease GCC12 -Warray-bounds

GCC12 blames pointer access to 0-th page, [0, 0xfff], with -Warray-bounds.
Silence it by `#pragma GCC` for now.

XXX
map to higher address as we done for, e.g., arm by devmap?

Thanks mrg@ for discussion.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/wii/mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to