diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-08 09:48:21 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-04-13 11:45:17 +0200 |
commit | a44ec8bd2a55c7644d458d8e79d83bd9204e1796 (patch) | |
tree | 7dc54872be8441517012137389957efe0e0d3cc3 /arch/arc/include/asm/arcregs.h | |
parent | ARC: fold __builtin_constant_p() into test_bit() (diff) | |
download | linux-a44ec8bd2a55c7644d458d8e79d83bd9204e1796.tar.xz linux-a44ec8bd2a55c7644d458d8e79d83bd9204e1796.zip |
ARC: Fix RTT boot printing
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/arcregs.h')
-rw-r--r-- | arch/arc/include/asm/arcregs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/arcregs.h b/arch/arc/include/asm/arcregs.h index fe2c3cf82281..e2b1b1211b0d 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -30,6 +30,7 @@ #define ARC_REG_D_UNCACH_BCR 0x6A #define ARC_REG_BPU_BCR 0xc0 #define ARC_REG_ISA_CFG_BCR 0xc1 +#define ARC_REG_RTT_BCR 0xF2 #define ARC_REG_SMART_BCR 0xFF /* status32 Bits Positions */ |