summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 8de0d9c..e313fb9 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -254,8 +254,10 @@ identifycpu(void)
printf(" Origin = \"%s\" Model = %d Revision = %d\n",
vendor, model, revision);
printf(" Features = 0x%b\n", (u_int32_t) features,
- "\020"
- "\001LB");
+ "\020"
+ "\001LB" /* long branch (brl) instruction. */
+ "\002SD" /* Spontaneous deferral. */
+ "\003AO" /* 16-byte atomic operations (ld, st, cmpxchg). */ );
}
void
OpenPOWER on IntegriCloud