函数源码 |
Source File:arch\x86\kernel\apic\bigsmp_32.c |
Create Date:2022-07-27 09:34:30 |
首页 | Copyright©Brick |
29 30 31 32 33 | static int bigsmp_early_logical_apicid( int cpu) { /* on bigsmp, logical apicid is the same as physical */ return early_per_cpu(x86_cpu_to_apicid, cpu); } |