sched/preempt, locking: Rework local_bh_{dis,en}able()
[linux-2.6/btrfs-unstable.git] / arch / mips / kvm / kvm_mips_opcode.h
blob86d3b4cc348b5293f1e72f5e612f830454e38ed1
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
7 * Authors: Sanjay Lal <sanjayl@kymasys.com>
8 */
11 * Define opcode values not defined in <asm/isnt.h>
14 #ifndef __KVM_MIPS_OPCODE_H__
15 #define __KVM_MIPS_OPCODE_H__
17 /* COP0 Ops */
18 #define mfmcz_op 0x0b /* 01011 */
19 #define wrpgpr_op 0x0e /* 01110 */
21 /* COP0 opcodes (only if COP0 and CO=1): */
22 #define wait_op 0x20 /* 100000 */
24 #endif /* __KVM_MIPS_OPCODE_H__ */