device_endian has been made redundant by MemOp.
Signed-off-by: Tony Nguyen <tony.nguyen@bt.com>
---
include/exec/cpu-common.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index 01a29ba..7eeb78c 100644
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -18,14 +18,6 @@ void tcg_flush_softmmu_tlb(CPUState *cs);
#include "exec/memop.h"
-enum device_endian {
-#ifdef NEED_CPU_H
- DEVICE_NATIVE_ENDIAN = MO_TE,
-#endif
- DEVICE_BIG_ENDIAN = MO_BE,
- DEVICE_LITTLE_ENDIAN = MO_LE,
-};
-
#if defined(HOST_WORDS_BIGENDIAN)
#define DEVICE_HOST_ENDIAN MO_BE
#else
--
1.8.3.1
?
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel