]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move definition of DC bit to mipsregs.h
authorJames Hogan <james.hogan@imgtec.com>
Wed, 16 Dec 2015 23:49:28 +0000 (23:49 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 02:07:35 +0000 (03:07 +0100)
commit8b8a046a062994c1a816823c10119a761f7b1c27
treed1d5fbb1ea11459b8dddfc3cc23113bf8f4bd89c
parent009b97ff5bac03ddac4ee257ce6154b49ebc31fb
MIPS: Move definition of DC bit to mipsregs.h

The CAUSEB_DC and CAUSEF_DC definitions used by KVM are defined in
asm/kvm_host.h, but all the other Cause register field definitions are
found in asm/mipsregs.h.

Lets reunite the DC bit definitions with its friends in mipsregs.h.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gleb Natapov <gleb@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: kvm@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11885/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/kvm_host.h
arch/mips/include/asm/mipsregs.h