Changeset d1f8a87 in mainline for arch/ia64/include/mm/page.h


Ignore:
Timestamp:
2006-03-14T10:42:04Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06e6805
Parents:
e74cb73
Message:

Allowed userspace to include page.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/mm/page.h

    re74cb73 rd1f8a87  
    3131#define __ia64_PAGE_H__
    3232
     33#include <arch/mm/frame.h>
     34
    3335#define PAGE_SIZE       FRAME_SIZE
    3436#define PAGE_WIDTH      FRAME_WIDTH
     37
     38
     39#ifdef KERNEL
    3540
    3641/** Bit width of the TLB-locked portion of kernel address space. */
     
    266271extern void vhpt_set_record(vhpt_entry_t *v, __address page, asid_t asid, __address frame, int flags);
    267272
     273#endif /* __ASM__ */
     274
     275#endif /* KERNEL */
     276
    268277#endif
    269 
    270 #endif
Note: See TracChangeset for help on using the changeset viewer.