[HAL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 7 Sep 2011 18:25:43 +0000 (18:25 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 7 Sep 2011 18:25:43 +0000 (18:25 +0000)
commitf85bf4380d46788e608bd731e5a9b7db3e2e5e9e
tree1182e01220d5fbe82357d1612c721ad27ed28ec3
parent2f5ccca6990aa7e10d94f5bc1e7da8afebe37c21
[HAL]
- give apic hal its own halinit_apic
- give minihal an own halinit_mini.c containing function stubs
- move HalInitializeProcessor to halinit.c and add hal specific function HalpInitProcessor
- get rid of all the #ifndef _MINIHAL_ in halinit.c and move the file to lib_hal_generic
- improve the hal version/build check
- Update spec file for amd64

svn path=/trunk/; revision=53625
reactos/hal/hal.spec
reactos/hal/halx86/CMakeLists.txt
reactos/hal/halx86/apic/halinit_apic.c [new file with mode: 0644]
reactos/hal/halx86/generic/halinit.c
reactos/hal/halx86/hal_mini.rbuild
reactos/hal/halx86/include/halp.h
reactos/hal/halx86/up/halinit_mini.c [new file with mode: 0644]
reactos/hal/halx86/up/halinit_up.c
reactos/hal/halx86/up/processor.c