>Compile your kernel without angelboot support (CONFIG_ANGELBOOT no set)
>and things will run better.

Can't we get rid of this CONFIG_ANGELBOOT option?  There aren't many platforms 
where booting from Angel is likely, and those ones can have code in head.S 
that does
        
        mrs r0, cpsr
        tst r0, #3
        bne not_angel
        mov r0, #0x17
        swi 0x123456
        [...]
not_angel:

p.



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to