projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c1891
)
ACPICA: Headers: Add GTDT flag definitions for the timer subtable
author
Hanjun Guo
<hanjun.guo@linaro.org>
Thu, 7 Jan 2016 16:35:08 +0000
(17:35 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 7 Jan 2016 16:35:08 +0000
(17:35 +0100)
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
[Linux commit
34ea065e5e607dcbb249046c42a491f8b24ad849
]
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
xen/include/acpi/actbl3.h
patch
|
blob
|
history
diff --git
a/xen/include/acpi/actbl3.h
b/xen/include/acpi/actbl3.h
index 39f1f361ce7cc4c162dd5a7e8274e944daef1136..c4720456b3c412ce430add6817c5c8324068a69f 100644
(file)
--- a/
xen/include/acpi/actbl3.h
+++ b/
xen/include/acpi/actbl3.h
@@
-310,10
+310,15
@@
struct acpi_gtdt_timer_entry {
u32 common_flags;
};
+/* Flag Definitions: timer_flags and virtual_timer_flags above */
+
+#define ACPI_GTDT_GT_IRQ_MODE (1)
+#define ACPI_GTDT_GT_IRQ_POLARITY (1<<1)
+
/* Flag Definitions: common_flags above */
-#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
-#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)
+#define ACPI_GTDT_GT_IS_SECURE_TIMER
(1)
+#define ACPI_GTDT_GT_ALWAYS_ON
(1<<1)
/* 1: SBSA Generic Watchdog Structure */