Subject: Re: CVS commit: src/sys/arch/i386/include
To: Frank van der Linden <fvdl@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 02/26/2003 13:32:15
On Wed, Feb 26, 2003 at 11:29:04PM +0200, Frank van der Linden wrote:

 > Modified Files:
 > 	src/sys/arch/i386/include: aout_machdep.h apicvar.h asm.h atomic.h
 > 	    bios32.h bootinfo.h bus.h cpu.h cpuvar.h eisa_machdep.h float.h
 > 	    i82093reg.h i82093var.h i82489reg.h i82489var.h ieee.h ieeefp.h
 > 	    intr.h intrdefs.h isa_machdep.h lock.h mca_machdep.h mpbiosreg.h
 > 	    mpbiosvar.h mpconfig.h mtrr.h param.h pci_machdep.h pic.h pio.h
 > 	    pmap.h psl.h rbus_machdep.h specialreg.h trap.h
 > 
 > Log Message:
 > Redirect some includes to x86/foo.h

You should only need to redirect headers that are intended to be
included by MI parts of the system as <machine/...>.  Anything else
can just be included as <x86/...>.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>