stupid typo

This commit is contained in:
Ronald G. Minnich 2002-09-18 14:06:18 +00:00
parent d63c790e82
commit e70d9cf755

View file

@ -1097,7 +1097,7 @@ intEntry( void )
printf( "\t %6d", (int)entry.dstApicID ); printf( "\t %6d", (int)entry.dstApicID );
printf( "\t %3d\n", (int)entry.dstApicINT ); printf( "\t %3d\n", (int)entry.dstApicINT );
} }
printf("\tsmp_write_intsrc(mc, %s, %s|%s, 0x%x, 0x%c, 0x%x, 0x%x\n", printf("\tsmp_write_intsrc(mc, %s, %s|%s, 0x%x, 0x%c, 0x%x, 0x%x);\n",
intTypes[ (int)entry.intType ], intTypes[ (int)entry.intType ],
triggerMode[ ((int)entry.intFlags >> 2) & 0x03 ] , triggerMode[ ((int)entry.intFlags >> 2) & 0x03 ] ,
polarityMode[ (int)entry.intFlags & 0x03 ], polarityMode[ (int)entry.intFlags & 0x03 ],
@ -1136,7 +1136,7 @@ lintEntry( void )
printf( "\t %6d", (int)entry.dstApicID ); printf( "\t %6d", (int)entry.dstApicID );
printf( "\t %3d\n", (int)entry.dstApicINT ); printf( "\t %3d\n", (int)entry.dstApicINT );
} }
printf("\tsmp_write_intsrc(mc, %s, %s|%s, 0x%x, 0x%c, MP_APIC_ALL, 0x%x\n", printf("\tsmp_write_intsrc(mc, %s, %s|%s, 0x%x, 0x%c, MP_APIC_ALL, 0x%x);\n",
intTypes[ (int)entry.intType ], intTypes[ (int)entry.intType ],
triggerMode[ ((int)entry.intFlags >> 2) & 0x03 ] , triggerMode[ ((int)entry.intFlags >> 2) & 0x03 ] ,
polarityMode[ (int)entry.intFlags & 0x03 ], polarityMode[ (int)entry.intFlags & 0x03 ],