Changeset edebc15c in mainline for kernel/arch/mips32/src/mips32.c


Ignore:
Timestamp:
2008-07-27T03:50:53Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4541ae4
Parents:
5e8ddf5
Message:

physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support — it was unmaintaned, untested for years and without uspace support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mips32.c

    r5e8ddf5 redebc15c  
    4949
    5050#include <arch/interrupt.h>
    51 #include <arch/drivers/arc.h>
    5251#include <console/chardev.h>
    5352#include <arch/barrier.h>
     
    9897        /* Initialize dispatch table */
    9998        exception_init();
    100         arc_init();
    10199
    102100        /* Copy the exception vectors to the right places */
     
    188186void arch_reboot(void)
    189187{
    190         if (!arc_reboot())
    191                 ___halt();
     188        ___halt();
    192189       
    193190        while (1)
Note: See TracChangeset for help on using the changeset viewer.