Changeset d1f8a87 in mainline for arch/sparc64/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/sparc64/include/mm/page.h

    re74cb73 rd1f8a87  
    3030#define __sparc64_PAGE_H__
    3131
    32 #include <mm/page.h>
    3332#include <arch/mm/frame.h>
    34 #include <arch/types.h>
    3533
    3634#define PAGE_WIDTH      FRAME_WIDTH
    3735#define PAGE_SIZE       FRAME_SIZE
     36
     37#ifdef KERNEL
     38
     39#include <mm/page.h>
     40#include <arch/types.h>
    3841
    3942#define KA2PA(x)        ((__address) (x))
     
    5457extern void page_arch_init(void);
    5558
     59#endif /* KERNEL */
     60
    5661#endif
Note: See TracChangeset for help on using the changeset viewer.