Changeset 031e264 in mainline for arch/sparc64/src/mm/tlb.c


Ignore:
Timestamp:
2005-12-18T23:03:45Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75e1db0
Parents:
ff12a3c
Message:

Fix cpu_init(): frame_alloc() can return 0 as the valid address of block of frames. Do not signal error.

sparc64 work.
Reorganize kernel vs. userspace memory layout.
Add panic_printf().
Turn dummy() into nop rather than into infinite loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/mm/tlb.c

    rff12a3c r031e264  
    5858        fr.address = config.base;
    5959        pg.address = config.base;
    60        
     60
    6161        immu_disable();
    6262        dmmu_disable();
Note: See TracChangeset for help on using the changeset viewer.