Changeset edebc15c in mainline for kernel/arch/mips32/include/mm/as.h


Ignore:
Timestamp:
2008-07-27T03:50:53Z (17 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/include/mm/as.h

    r5e8ddf5 redebc15c  
    3939
    4040#define KERNEL_ADDRESS_SPACE_START_ARCH         (unsigned long) 0x80000000
    41 #define KERNEL_ADDRESS_SPACE_END_ARCH           (unsigned long) 0xffffffff
     41#define KERNEL_ADDRESS_SPACE_END_ARCH           (unsigned long) 0x9fffffff
    4242#define USER_ADDRESS_SPACE_START_ARCH           (unsigned long) 0x00000000
    4343#define USER_ADDRESS_SPACE_END_ARCH             (unsigned long) 0x7fffffff
Note: See TracChangeset for help on using the changeset viewer.