Home
last modified time | relevance | path

Searched hist:"2 c5b1d2a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dop_helper.c2c5b1d2a Fri Sep 15 16:56:07 CDT 2017 Alistair Francis <alistair.francis@xilinx.com> target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro

Instead of using the hardcoded (MemTxAttrs){0} for no memory attributes
let's use the already defined MEMTXATTRS_UNSPECIFIED macro instead.

This is technically a change of behaviour as MEMTXATTRS_UNSPECIFIED sets
the unspecified field to 1, but it doesn't look like anything is
checking this field.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>