Searched hist:335087 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/si/
H A Dsi_isa.cdiff 335087 Wed Jun 13 20:40:05 MDT 2018 dim Fix build of si with base gcc on i386

Casting from rman_res_t to a pointer results in "cast to pointer from
integer of different size" warnings with base gcc on i386, so use
intermediate casts to uintptr_t to suppress these.

Direct commit to stable/11, since si(4) has been removed from head.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D15752
H A Dsi_pci.cdiff 335087 Wed Jun 13 20:40:05 MDT 2018 dim Fix build of si with base gcc on i386

Casting from rman_res_t to a pointer results in "cast to pointer from
integer of different size" warnings with base gcc on i386, so use
intermediate casts to uintptr_t to suppress these.

Direct commit to stable/11, since si(4) has been removed from head.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D15752

Completed in 98 milliseconds