Remove some dead code under a straggling APIC_IO #ifdef that I missed
back before 5.2.
This commit is contained in:
parent
1531578c50
commit
55c45354ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134089
@ -526,13 +526,7 @@ panic(const char *fmt, ...)
|
||||
}
|
||||
va_end(ap);
|
||||
#ifdef SMP
|
||||
/* two separate prints in case of an unmapped page and trap */
|
||||
printf("cpuid = %d; ", PCPU_GET(cpuid));
|
||||
#ifdef APIC_IO
|
||||
printf("lapic.id = %08x\n", lapic.id);
|
||||
#else
|
||||
printf("\n");
|
||||
#endif
|
||||
printf("cpuid = %d\n", PCPU_GET(cpuid));
|
||||
#endif
|
||||
|
||||
#ifdef KDB
|
||||
|
Loading…
Reference in New Issue
Block a user