mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
stupid typo
This commit is contained in:
parent
d63c790e82
commit
e70d9cf755
1 changed files with 2 additions and 2 deletions
|
@ -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 ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue