mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[HAL]
-header cleanup -spaces -> tabs in rbuild file svn path=/trunk/; revision=45183
This commit is contained in:
parent
819e842b8e
commit
051cf08911
9 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
<include base="ntoskrnl">include</include>
|
||||
<define name="_NTHAL_" />
|
||||
<directory name="generic">
|
||||
<file>pic.c</file>
|
||||
<file>pic.c</file>
|
||||
<file>irq.S</file>
|
||||
<file>processor.c</file>
|
||||
<file>spinlock.c</file>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: hal/halx86/apic.c
|
||||
* FILE: hal/halx86/mp/apic.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/hal/x86/halinit.c
|
||||
* PURPOSE: Initalize the x86 hal
|
||||
* FILE: hal/halx86/mp/halinit_mp.c
|
||||
* PURPOSE: Initalize the x86 mp hal
|
||||
* PROGRAMMER: David Welch (welch@cwcom.net)
|
||||
* UPDATE HISTORY:
|
||||
* 11/06/98: Created
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: hal/halx86/generic/ioapic.c
|
||||
* FILE: hal/halx86/mp/ioapic.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: hal/halx86/generic/mpconfig.c
|
||||
* FILE: hal/halx86/mp/mpconfig.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/hal/x86/mps.S
|
||||
* FILE: hal/halx86/mp/mps.S
|
||||
* PURPOSE: Intel MultiProcessor specification support
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;
|
||||
; COPYRIGHT: See COPYING in the top level directory
|
||||
; PROJECT: ReactOS kernel
|
||||
; FILE: ntoskrnl/hal/x86/mpsboot.c
|
||||
; FILE: hal/halx86/mp/mpsboot.c
|
||||
; PURPOSE: Bootstrap code for application processors
|
||||
; PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
; UPDATE HISTORY:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/hal/x86/mpsirql.c
|
||||
* FILE: hal/halx86/mp/mpsirql.c
|
||||
* PURPOSE: Implements IRQLs for multiprocessor systems
|
||||
* PROGRAMMERS: David Welch (welch@cwcom.net)
|
||||
* Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/hal/x86/spinlock.c
|
||||
* FILE: hal/halx86/mp/spinlock.c
|
||||
* PURPOSE: Implements spinlocks
|
||||
* PROGRAMMER: David Welch (welch@cwcom.net)
|
||||
* Eric Kohl
|
||||
|
|
Loading…
Reference in a new issue