-header cleanup
-spaces -> tabs in rbuild file

svn path=/trunk/; revision=45183
This commit is contained in:
Christoph von Wittich 2010-01-21 13:43:49 +00:00
parent 819e842b8e
commit 051cf08911
9 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: hal/halx86/apic.c * FILE: hal/halx86/mp/apic.c
* PURPOSE: * PURPOSE:
* PROGRAMMER: * PROGRAMMER:
*/ */

View file

@ -2,8 +2,8 @@
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/hal/x86/halinit.c * FILE: hal/halx86/mp/halinit_mp.c
* PURPOSE: Initalize the x86 hal * PURPOSE: Initalize the x86 mp hal
* PROGRAMMER: David Welch (welch@cwcom.net) * PROGRAMMER: David Welch (welch@cwcom.net)
* UPDATE HISTORY: * UPDATE HISTORY:
* 11/06/98: Created * 11/06/98: Created

View file

@ -2,7 +2,7 @@
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: hal/halx86/generic/ioapic.c * FILE: hal/halx86/mp/ioapic.c
* PURPOSE: * PURPOSE:
* PROGRAMMER: * PROGRAMMER:
*/ */

View file

@ -2,7 +2,7 @@
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: hal/halx86/generic/mpconfig.c * FILE: hal/halx86/mp/mpconfig.c
* PURPOSE: * PURPOSE:
* PROGRAMMER: * PROGRAMMER:
*/ */

View file

@ -2,7 +2,7 @@
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/hal/x86/mps.S * FILE: hal/halx86/mp/mps.S
* PURPOSE: Intel MultiProcessor specification support * PURPOSE: Intel MultiProcessor specification support
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
* UPDATE HISTORY: * UPDATE HISTORY:

View file

@ -1,7 +1,7 @@
; ;
; COPYRIGHT: See COPYING in the top level directory ; COPYRIGHT: See COPYING in the top level directory
; PROJECT: ReactOS kernel ; PROJECT: ReactOS kernel
; FILE: ntoskrnl/hal/x86/mpsboot.c ; FILE: hal/halx86/mp/mpsboot.c
; PURPOSE: Bootstrap code for application processors ; PURPOSE: Bootstrap code for application processors
; PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) ; PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
; UPDATE HISTORY: ; UPDATE HISTORY:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/hal/x86/mpsirql.c * FILE: hal/halx86/mp/mpsirql.c
* PURPOSE: Implements IRQLs for multiprocessor systems * PURPOSE: Implements IRQLs for multiprocessor systems
* PROGRAMMERS: David Welch (welch@cwcom.net) * PROGRAMMERS: David Welch (welch@cwcom.net)
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/hal/x86/spinlock.c * FILE: hal/halx86/mp/spinlock.c
* PURPOSE: Implements spinlocks * PURPOSE: Implements spinlocks
* PROGRAMMER: David Welch (welch@cwcom.net) * PROGRAMMER: David Welch (welch@cwcom.net)
* Eric Kohl * Eric Kohl