Ignore:
Timestamp:
2009-02-16T18:50:48Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06da55b
Parents:
17f168e
Message:

overhaul pareas: use one single physical area for the physical address space not belonging to physical memory

File:
1 edited

Legend:

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

    r17f168e rae318d3  
    3636#define KERN_mips32_FRAME_H_
    3737
    38 #define FRAME_WIDTH             14      /* 16K */
    39 #define FRAME_SIZE              (1 << FRAME_WIDTH)
     38#define FRAME_WIDTH  14  /* 16K */
     39#define FRAME_SIZE   (1 << FRAME_WIDTH)
    4040
    4141#ifdef KERNEL
    4242#ifndef __ASM__
    4343
     44#include <typedefs.h>
     45
    4446extern void frame_arch_init(void);
    4547extern void physmem_print(void);
     48
     49extern uintptr_t end_frame;
    4650
    4751#endif /* __ASM__ */
Note: See TracChangeset for help on using the changeset viewer.