Changeset f1d1f5d3 in mainline for kernel/arch/amd64/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/amd64/include/mm/as.h

    r06e1e95 rf1d1f5d3  
    4545#define USTACK_ADDRESS_ARCH     (USER_ADDRESS_SPACE_END_ARCH-(PAGE_SIZE-1))
    4646
     47typedef struct {
     48} as_arch_t;
     49
    4750#define as_install_arch(as)
     51#define as_invalidate_translation_cache(as, page, cnt)
    4852
    4953extern void as_arch_init(void);
Note: See TracChangeset for help on using the changeset viewer.