freebsd-dev/sys/boot/powerpc
Toomas Soome c9296b3227 loader: F_READ/F_WRITE should be checked against masked flag
The work to make it possible to avoid bcache via using F_NORA modifier did
miss the fact that not all loader platforms are using the bcache, and so
it is possible the modifier is not cleared, as bcache strategy function is
not used.

For fix, we make sure the checks are dont with masked flag.

This patch does fix boot for platforms which do not use bcache.

Reported by:	emaste
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D10422
2017-04-18 18:07:54 +00:00
..
boot1.chrp dd is currently a bootstrap tool. It really doesn't have any business 2016-12-02 14:44:38 +00:00
kboot Split the ficl CFLAGS when they refer to an arch-specific include path. 2017-03-01 19:36:32 +00:00
ofw Split the ficl CFLAGS when they refer to an arch-specific include path. 2017-03-01 19:36:32 +00:00
ps3 loader: F_READ/F_WRITE should be checked against masked flag 2017-04-18 18:07:54 +00:00
uboot Split the ficl CFLAGS when they refer to an arch-specific include path. 2017-03-01 19:36:32 +00:00
Makefile Create a new MACHINE_ARCH for Freescale PowerPC e500v2 2016-10-22 01:57:15 +00:00
Makefile.inc Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2 2015-12-03 00:08:50 +00:00