Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



On Sat, Dec 08, 2012 at 12:36:31PM +0000, KIYOHARA Takashi wrote:
> Module Name:  src
> Committed By: kiyohara
> Date:         Sat Dec  8 12:36:31 UTC 2012
> 
> Modified Files:
>       src/sys/arch/i386/i386: db_interface.c trap.c
>       src/sys/arch/x86/x86: bus_dma.c cpu.c platform.c
> 
> Log Message:
> #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and 
> MULTIPROCESSOR.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/i386/db_interface.c
> cvs rdiff -u -r1.265 -r1.266 src/sys/arch/i386/i386/trap.c
> cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/x86/bus_dma.c
> cvs rdiff -u -r1.100 -r1.101 src/sys/arch/x86/x86/cpu.c
> cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/platform.c

Those all look completely pointless.
If anything they obscure what it going on.

About the only one that might be due for relegation is NMCA, all the
rest will be defined anyway.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index