Changeset 92778f2 in mainline for kernel/generic/include/mm/as.h


Ignore:
Timestamp:
2006-12-04T21:14:07Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b43f86
Parents:
3d76996
Message:

Initial support for handling illegal virtual aliases on sparc64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/as.h

    r3d76996 r92778f2  
    9595        asid_t asid;
    9696       
     97#ifdef CONFIG_VIRT_IDX_DCACHE
     98        bool dcache_flush_on_install;
     99        bool dcache_flush_on_deinstall;
     100#endif /* CONFIG_VIRT_IDX_DCACHE */
     101
    97102        /** Architecture specific content. */
    98103        as_arch_t arch;
     
    161166        /** Data to be used by the backend. */
    162167        mem_backend_data_t backend_data;
     168
     169        /**
     170         * Virtual color of the original address space area that was at the beginning
     171         * of the share chain.
     172         */
     173        int orig_color;
    163174};
    164175
Note: See TracChangeset for help on using the changeset viewer.