In article <[email protected]> you write: >-=-=-=-=-=- > >Following up on the conversation from last week... > >Attached is a diff for squeeze. This kernel boots and runs fine on >arne.debian.org, just tested. The diff between the new config.mv78xx0 >and config.orion5x is tiny (mostly comments), but they're not >compatible as a single flavour: > >$ diff -u config.orion5x config.mv78xx0 | wc -l >112 > >Looking into an equivalent for sid right now.
Gah, and forgot the following to turn on HIGHMEM for the Marvell machines. 93sam@abel:~/debian/config/armel$ diff -u config.mv78xx0~ config.mv78xx0 --- config.mv78xx0~ 2012-01-22 17:45:31.000000000 +0000 +++ config.mv78xx0 2012-01-25 16:24:40.000000000 +0000 @@ -79,6 +79,7 @@ # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_DCACHE_WRITETHROUGH is not set CONFIG_CACHE_FEROCEON_L2=y +CONFIG_HIGHMEM=y ## ## file: drivers/ata/Kconfig -- Steve McIntyre, Cambridge, UK. [email protected] "Because heaters aren't purple!" -- Catherine Pitt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

