mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[HALX86] Move apicsmp.c to lib_hal_smp
This commit is contained in:
parent
2ce5d43a33
commit
d1c118b371
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ list(APPEND HAL_APIC_ASM_SOURCE
|
|||
list(APPEND HAL_APIC_SOURCE
|
||||
apic/apic.c
|
||||
apic/apictimer.c
|
||||
apic/apicsmp.c
|
||||
apic/halinit.c
|
||||
apic/processor.c
|
||||
apic/rtctimer.c
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
list(APPEND HAL_SMP_SOURCE
|
||||
apic/apicsmp.c
|
||||
generic/buildtype.c
|
||||
generic/spinlock.c
|
||||
smp/ipi.c
|
||||
|
|
Loading…
Reference in a new issue