Re: [Qemu-devel] [PATCH] target-mips/cpu.h: Fix spell error

2015-11-25 Thread Leon Alrae
On 25/11/15 12:57, Dongxue Zhang wrote: > CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'. > > Signed-off-by: Dongxue Zhang > --- > target-mips/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target-mips/cpu.h b/target-mips/cpu.h > index 89c01f7..17817c3

[Qemu-devel] [PATCH] target-mips/cpu.h: Fix spell error

2015-11-25 Thread Dongxue Zhang
CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'. Signed-off-by: Dongxue Zhang --- target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 89c01f7..17817c3 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@

[Qemu-devel] [PATCH] target-mips/cpu.h: Fix spell error

2015-11-24 Thread Dongxue Zhang
CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'. Signed-off-by: Dongxue Zhang --- target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 89c01f7..17817c3 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@