Changeset d8f1545 in mainline


Ignore:
Timestamp:
2011-12-10T23:47:49Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1f5714e
Parents:
404be7c
Message:

KSEG3 instead of KSEG0.

File:
1 edited

Legend:

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

    r404be7c rd8f1545  
    4444{
    4545        km_non_identity_span_add(KM_MIPS32_KSSEG_START, KM_MIPS32_KSSEG_SIZE);
    46         km_non_identity_span_add(KM_MIPS32_KSEG0_START, KM_MIPS32_KSEG0_SIZE);
     46        km_non_identity_span_add(KM_MIPS32_KSEG3_START, KM_MIPS32_KSEG3_SIZE);
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.