From: Edgar E. Iglesias Date: Wed, 3 Jun 2009 20:48:05 +0000 (+0200) Subject: CRIS: Remove duplicated flag defines. X-Git-Tag: v0.11.0-rc0~469 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4548eaea135af6c0570dc220813dab8a017c9ea2;p=qemu-xen-4.5-testing.git CRIS: Remove duplicated flag defines. Signed-off-by: Edgar E. Iglesias --- diff --git a/target-cris/cpu.h b/target-cris/cpu.h index e98a48d65..ec8feb04a 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -67,8 +67,6 @@ #define R_FLAG 0x100 #define P_FLAG 0x80 #define U_FLAG 0x40 -#define P_FLAG 0x80 -#define U_FLAG 0x40 #define I_FLAG 0x20 #define X_FLAG 0x10 #define N_FLAG 0x08