1. Initialisation of interrupts has been fixed a tiny bit.
commite4bb4f2072bc6fed48bcc43032427e48e0abf023
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 4 Mar 2009 21:54:40 +0000 (4 21:54 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 4 Mar 2009 21:54:40 +0000 (4 21:54 +0000)
tree153c4fa099ba490ae0840b7f7a68d7317fdec2dc
parentcef16b2c4639a859f46ae0bb7bb1fc7966eea984
1. Initialisation of interrupts has been fixed a tiny bit.
2. Small changes in exception handlers.
3. Kernel.resource accepts new TAG from bootstrap - a list of module names and their symbols. Used by crash log. Details in additional email.
4. Aros on efika uses dynamic power management of the CPU
5. kernel.resource patches the AllocMem function, where the MEMF_CHIP flag is cleared, unless the "realchip" kernel parameter is passed during bootup. In such case AllocMem will not be patched and the real MEMF_CHIP memory shall be made available in some way.
6. mmu code is aware of sign extension of pointers, and it display more information in case of ISI/DSI exceptions.
7. Few really unneeded changes in the scheduler.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@30750 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/ppc-chrp/efika/kernel/debug.c
arch/ppc-chrp/efika/kernel/ictl.c
arch/ppc-chrp/efika/kernel/intr.c
arch/ppc-chrp/efika/kernel/kernel.conf
arch/ppc-chrp/efika/kernel/kernel_init.c
arch/ppc-chrp/efika/kernel/kernel_intern.h
arch/ppc-chrp/efika/kernel/mmu.c
arch/ppc-chrp/efika/kernel/scheduler.c