Changeset 6d7ffa65 in mainline for arch/amd64/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/amd64/Makefile.inc

    r566ba81 r6d7ffa65  
    5959CONFIG_ACPI = y
    6060
     61## Compile with hierarchical page tables support.
     62#
     63
     64CONFIG_PAGE_PT = y
     65
    6166## Accepted configuration directives
    6267#
Note: See TracChangeset for help on using the changeset viewer.