Changeset 44d0758 in mainline for kernel/Makefile


Ignore:
Timestamp:
2006-11-22T18:35:17Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aca95f6b
Parents:
eb353b3
Message:

Add option to compile the sparc64 kernel without the TTE_CV bit support.
The bit is not used by default now.
Enabling it may theoretically lead to physical memory inconsistencies until code that
mitigates the problem is written.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    reb353b3 r44d0758  
    9090ifeq ($(CONFIG_NS16550),y)
    9191        DEFS += -DCONFIG_NS16550
     92endif
     93
     94ifeq ($(CONFIG_VIRT_IDX_CACHE),y)
     95        DEFS += -DCONFIG_VIRT_IDX_CACHE
    9296endif
    9397
Note: See TracChangeset for help on using the changeset viewer.