Changeset d0485c6 in mainline for kernel/genarch/src


Ignore:
Timestamp:
2006-12-01T22:10:40Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d76996
Parents:
7bf7ef7
Message:

Introduce page colors. So far, only sparc64 uses correct page color bits. Other architectures have a dummy define
specifying zero bits for a page color.

There is a new check of page color in as_area_share(). Because of lack of support for this in the userspace, the
check has been #ifef'ed out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/mm/asid_fifo.c

    r7bf7ef7 rd0485c6  
    6464        int i;
    6565
    66         #if (!FIFO_STATIC)
     66#if (!FIFO_STATIC)
    6767        fifo_create(free_asids);
    68         #endif
     68#endif
    6969               
    7070        for (i = 0; i < ASIDS_ALLOCABLE; i++) {
Note: See TracChangeset for help on using the changeset viewer.