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


Ignore:
Timestamp:
2006-09-17T20:10:10Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57da95c
Parents:
06e1e95
Message:

Fix bug in mm/as.c:

  • as_area_destroy() should not work with AS but as

sparc64 work:

  • start implementing TSB support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/mm/as.h

    r06e1e95 rf1d1f5d3  
    4545#define USTACK_ADDRESS_ARCH     (0x80000000-PAGE_SIZE)
    4646
     47typedef struct {
     48} as_arch_t;
     49
     50#define as_invalidate_translation_cache(as, page, cnt)
     51
    4752extern void as_arch_init(void);
    4853
Note: See TracChangeset for help on using the changeset viewer.