|
@@ -206,6 +206,7 @@ struct clocksource {
|
|
|
#define CLOCK_SOURCE_WATCHDOG 0x10
|
|
#define CLOCK_SOURCE_WATCHDOG 0x10
|
|
|
#define CLOCK_SOURCE_VALID_FOR_HRES 0x20
|
|
#define CLOCK_SOURCE_VALID_FOR_HRES 0x20
|
|
|
#define CLOCK_SOURCE_UNSTABLE 0x40
|
|
#define CLOCK_SOURCE_UNSTABLE 0x40
|
|
|
|
|
+#define CLOCK_SOURCE_SUSPEND_NONSTOP 0x80
|
|
|
|
|
|
|
|
/* simplify initialization of mask field */
|
|
/* simplify initialization of mask field */
|
|
|
#define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1)
|
|
#define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1)
|