Changeset ef67bab in mainline for genarch/Makefile.inc


Ignore:
Timestamp:
2006-02-01T00:02:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
071a8ae6
Parents:
fc1e4f6
Message:

Memory management work.
Remove the last (i.e. 'root') argument from page_mapping_insert() and page_mapping_find().
Page table address is now extracted from the first (i.e. 'as') argument.
Add a lot of infrastructure to make the above possible.
sparc64 is now broken, most likely because of insufficient identity mapping of physical memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/Makefile.inc

    rfc1e4f6 ref67bab  
    4040ifeq ($(CONFIG_PAGE_PT),y)
    4141        GENARCH_SOURCES += \
    42                 genarch/src/mm/page_pt.c
     42                genarch/src/mm/page_pt.c \
     43                genarch/src/mm/as_pt.c
    4344endif
    4445ifeq ($(CONFIG_PAGE_HT),y)
    4546        GENARCH_SOURCES += \
    46                 genarch/src/mm/page_ht.c
     47                genarch/src/mm/page_ht.c \
     48                genarch/src/mm/as_ht.c
    4749endif
    4850ifeq ($(CONFIG_ASID),y)
Note: See TracChangeset for help on using the changeset viewer.