summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/db_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/db_interface.h b/i386/i386/db_interface.h
index a81c8ee..10a02e2 100644
--- a/i386/i386/db_interface.h
+++ b/i386/i386/db_interface.h
@@ -62,6 +62,7 @@ extern void db_task_name (task_t task);
#define I386_DB_LEN_1 0
#define I386_DB_LEN_2 1
#define I386_DB_LEN_4 3
+#define I386_DB_LEN_8 2 /* For >= Pentium4 and Xen CPUID >= 15 only */
#define I386_DB_LOCAL 1
#define I386_DB_GLOBAL 2