Changeset 6212095 in mainline for generic/include/ddi/ddi_arg.h


Ignore:
Timestamp:
2006-05-28T10:01:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c93e805
Parents:
46fc2f9
Message:

Make ddi_physmem_map() accept address space area flags instead of writable switch.
Thus even these types of address space areas can turn caching on, if it is desired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ddi/ddi_arg.h

    r46fc2f9 r6212095  
    3636        void *virt_base;                /** Virtual address of starting page. */
    3737        unsigned long pages;            /** Number of pages to map. */
    38         int writable;                   /** True if the mapping should be writable. */
     38        int flags;                      /** Address space area flags for the mapping. */
    3939} ddi_memarg_t;
    4040
Note: See TracChangeset for help on using the changeset viewer.