From: Jens Axboe Date: Tue, 26 Jun 2012 20:24:36 +0000 (-0400) Subject: Add missing arch_mips X-Git-Tag: fio-2.0.9~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5499f7ffa2e603edf571f339c513c5aeef57565c;p=fio.git Add missing arch_mips Signed-off-by: Jens Axboe --- diff --git a/arch/arch.h b/arch/arch.h index 4ad49a42..3ee5ac43 100644 --- a/arch/arch.h +++ b/arch/arch.h @@ -19,6 +19,7 @@ enum { arch_arm, arch_sh, arch_hppa, + arch_mips, arch_generic,