Module Name: src Committed By: msaitoh Date: Thu Nov 15 04:53:54 UTC 2018
Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: - I misread ci_acpiid as ci_apicid... LAPIC ID is in ci_cpuid. Print it correctly. - ci_initapicid(Initial APIC ID) is uint32_t, so use %u. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/procfs_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.