From: Alistair Francis <[email protected]> Signed-off-by: Alistair Francis <[email protected]> Signed-off-by: Michael Clark <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-Id: <00d02e34f10b87fd61f8dc69ac93d1eb63df949c.1545246859.git.alistair.fran...@wdc.com> Signed-off-by: Richard Henderson <[email protected]> --- include/exec/poison.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/exec/poison.h b/include/exec/poison.h index 32d53789f8..ecdc83c147 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -79,6 +79,7 @@ #pragma GCC poison CONFIG_MOXIE_DIS #pragma GCC poison CONFIG_NIOS2_DIS #pragma GCC poison CONFIG_PPC_DIS +#pragma GCC poison CONFIG_RISCV_DIS #pragma GCC poison CONFIG_S390_DIS #pragma GCC poison CONFIG_SH4_DIS #pragma GCC poison CONFIG_SPARC_DIS -- 2.17.2
