Print two new processor features:

o  Spontaneous deferral (A feature required by dutch railways :-)
o  16-byte atomic operations (ld, st, cmpxchg)
This commit is contained in:
marcel 2003-02-17 08:17:26 +00:00
parent f7363ae6b5
commit a75d478b87

View File

@ -255,7 +255,9 @@ identifycpu(void)
vendor, model, revision);
printf(" Features = 0x%b\n", (u_int32_t) features,
"\020"
"\001LB");
"\001LB" /* long branch (brl) instruction. */
"\002SD" /* Spontaneous deferral. */
"\003AO" /* 16-byte atomic operations (ld, st, cmpxchg). */ );
}
void