mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 17:04:19 +08:00
HalInitializeProcessor has no work to do on ARM
svn path=/trunk/; revision=32340
This commit is contained in:
@@ -381,10 +381,13 @@ HalInitSystem(
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
HalInitializeProcessor(ULONG ProcessorNumber,
|
||||
PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
HalInitializeProcessor(IN ULONG ProcessorNumber,
|
||||
IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
//
|
||||
// Nothing to do
|
||||
//
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user