
22 May
2008
22 May
'08
12:54 a.m.
Me personally, I've been more irritated by include/asm-xyz vs arch/xyz. It would be so nice if all the arch-specific changes woudl always show up under arch/ (both from a statistics standpoint, and just because then a diffstat really shows arch-specific stuff really obviously, and sorts all the arch-specific stuff together).
Something like: include/asm-$ARCH/ => arch/$ARCH/include/asm/* ?
I can cook up something simple so kbuild will try both so we can move the archs that do symlinks later than the rest.
I really like to keep the 'asm' directory so we can kill the asm symlink.
Sam