Changeset 95498e5 in mainline for arch/amd64/include/mm/frame.h


Ignore:
Timestamp:
2005-12-05T23:18:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59b6a70
Parents:
eef75f6
Message:

Map all available frames of memory on ia32 and amd64 (ticket #10).

File:
1 edited

Legend:

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

    reef75f6 r95498e5  
    3030#define __amd64_FRAME_H__
    3131
     32#ifndef __ASM__
     33#include <arch/types.h>
     34#endif /* __ASM__ */
     35
    3236#define FRAME_SIZE              4096
    3337
    3438#ifndef __ASM__
     39extern __address last_frame;
    3540extern void frame_arch_init(void);
    36 #endif
     41#endif /* __ASM__ */
    3742
    3843#endif
Note: See TracChangeset for help on using the changeset viewer.