]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
Remove unused constant
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 31 Jul 2010 09:10:45 +0000 (11:10 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 31 Jul 2010 15:14:51 +0000 (17:14 +0200)
Remove unused constant MIPS_FCR0

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate_init.c

index 0d9899e1bd314bd6027419ec72f4f88b64dedb20..8d1ece704da92e9720d84e78ce187eca33bb8a84 100644 (file)
  (0 << CP0C3_VEIC) | (0 << CP0C3_VInt) | (0 << CP0C3_SP) |        \
  (0 << CP0C3_SM) | (0 << CP0C3_TL))
 
-/* Define a implementation number of 1.
-   Define a major version 1, minor version 0. */
-#define MIPS_FCR0 ((0 << FCR0_S) | (0x1 << FCR0_PRID) | (0x10 << FCR0_REV))
-
 /* MMU types, the first four entries have the same layout as the
    CP0C0_MT field.  */
 enum mips_mmu_types {