Merge branch 'master' of https://git.codingworkshop.eu.org/schkwve/exectos into schkwve-master
This commit is contained in:
commit
c30d45678e
@ -255,7 +255,7 @@ HlpHandlePicSpuriousService()
|
|||||||
*/
|
*/
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
HlpInitializeApic()
|
HlpInitializeApic(VOID)
|
||||||
{
|
{
|
||||||
APIC_BASE_REGISTER BaseRegister;
|
APIC_BASE_REGISTER BaseRegister;
|
||||||
APIC_LVT_REGISTER LvtRegister;
|
APIC_LVT_REGISTER LvtRegister;
|
||||||
|
@ -103,7 +103,7 @@ HlpHandlePicSpuriousService();
|
|||||||
|
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
HlpInitializeApic();
|
HlpInitializeApic(VOID);
|
||||||
|
|
||||||
XTFASTCALL
|
XTFASTCALL
|
||||||
KRUNLEVEL
|
KRUNLEVEL
|
||||||
|
Loading…
Reference in New Issue
Block a user