From 72d72880612705143ad32cf4ede0d6ae27e8b975 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Wed, 24 Dec 2014 18:41:55 +0530 Subject: ARCv2: SMP: clocksource: Enable Global Real Time counter Cc: Daniel Lezcano Cc: Thomas Gleixner Signed-off-by: Vineet Gupta --- arch/arc/include/asm/mcip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arc/include/asm/mcip.h') diff --git a/arch/arc/include/asm/mcip.h b/arch/arc/include/asm/mcip.h index 31f9bac77a27..52c11f0bb0e5 100644 --- a/arch/arc/include/asm/mcip.h +++ b/arch/arc/include/asm/mcip.h @@ -39,6 +39,9 @@ struct mcip_cmd { #define CMD_DEBUG_SET_MASK 0x34 #define CMD_DEBUG_SET_SELECT 0x36 +#define CMD_GRTC_READ_LO 0x42 +#define CMD_GRTC_READ_HI 0x43 + #define CMD_IDU_ENABLE 0x71 #define CMD_IDU_DISABLE 0x72 #define CMD_IDU_SET_MODE 0x74 -- cgit v1.2.3