Changeset 6d7ffa65 in mainline for arch/ppc32/Makefile.inc


Ignore:
Timestamp:
2006-01-08T15:03:41Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a67595
Parents:
566ba81
Message:

Memory management work.
Move generic 4-level page table interface to genarch
and enable architectures to use different virtual memory
mechanisms (e.g. page hash tables).
Start page hash table support.
Switch ia64 and sparc64 to page hash tables.
Other architectures keep on using 4-level page table interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/Makefile.inc

    r566ba81 r6d7ffa65  
    4646CONFIG_OFW = y
    4747
     48## Compile with hierarchical page tables support.
     49#
     50
     51CONFIG_PAGE_PT = y
     52
    4853ARCH_SOURCES = \
    4954        arch/$(ARCH)/src/console.c \
Note: See TracChangeset for help on using the changeset viewer.