Changeset a1493d9 in mainline for arch/mips/src/mips.c


Ignore:
Timestamp:
2005-09-10T17:54:53Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8491c48
Parents:
24241cf
Message:

Fixed bad address loading in simulators.
FPU cooprocessor unusable now checks, if it is FPU that is unusable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/mips.c

    r24241cf ra1493d9  
    3838#include <arch/interrupt.h>
    3939
     40#include <print.h>
     41
    4042/* Size of the code jumping to the exception handler code
    4143 * - J+NOP
     
    4749#define CACHE_EXC ((char *) 0x80000100)
    4850
    49 #include <arch/debug.h>
    50 
    51 #include <print.h>
    5251void arch_pre_mm_init(void)
    5352{
Note: See TracChangeset for help on using the changeset viewer.