LWN.net Logo

i386 arch subdivision into machine types for 2.5.18

From:	 James Bottomley <James.Bottomley@HansenPartnership.com>
To:	 linux-kernel@vger.kernel.org
Subject: [PATCH] i386 arch subdivision into machine types for 2.5.18
Date:	 Sun, 26 May 2002 20:33:41 -0400
Cc:	 davej@suse.de, James.Bottomley@HansenPartnership.com

This code rearranges the arch/i386 directory structure to allow for sliding 
additional non-pc hardware in here in an easily separable (and thus easily 
maintainable) fashion.  The idea is that all the code for the particular 
problem hardware should be able to go in a separate directory with only 
additional build options in config.in.

The current patch really only pulls out the visws code from the core and 
places it into a separate directory (sort of a simple example case).

This code is essentially just an up-port of the previously announced 2.5.15 
version.  In particular, I haven't added the extra documentation that I need 
to make the way the hooks work transparent to the interested user.  I'm 
currently marking time until Linus applies the Mochel setup/cpu split patches 
from the -dj tree and I can merge my code with it.

The 144k diff file is at:

http://www.hansenpartnership.com/voyager/files/arch-split-2.5.18.diff

There's also a bitkeeper repository with all this in at

http://linux-voyager.bkbits.net/arch-split-2.5

James Bottomley


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2002, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds