mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
HalInitializeProcessor has no work to do on ARM
svn path=/trunk/; revision=32340
This commit is contained in:
parent
0c117eca26
commit
a177849941
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue