Changeset d1f8a87 in mainline for arch/mips32


Ignore:
Timestamp:
2006-03-14T10:42:04Z (20 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.

Location:
arch/mips32/include/mm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/mm/frame.h

    re74cb73 rd1f8a87  
    3333#define FRAME_SIZE              (1<<FRAME_WIDTH)
    3434
     35#ifdef KERNEL
     36#ifndef __ASM__
     37
    3538extern void frame_arch_init(void);
    3639
     40#endif /* __ASM__ */
     41#endif /* KERNEL */
     42
    3743#endif
  • arch/mips32/include/mm/page.h

    re74cb73 rd1f8a87  
    3030#define __mips32_PAGE_H__
    3131
     32#include <arch/mm/frame.h>
     33
    3234#define PAGE_WIDTH      FRAME_WIDTH
    3335#define PAGE_SIZE       FRAME_SIZE
     
    4042#  define PA2KA(x)      ((x) + 0x80000000)
    4143#endif
     44
     45#ifdef KERNEL
    4246
    4347/*
     
    135139#endif /* __ASM__ */
    136140
     141#endif /* KERNEL */
     142
    137143#endif
Note: See TracChangeset for help on using the changeset viewer.