Subversion Repositories HelenOS

Rev

Rev 4338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4338 Rev 4343
Line 49... Line 49...
49
#define MIN_ZONE_SIZE   (64 * 1024)
49
#define MIN_ZONE_SIZE   (64 * 1024)
50
 
50
 
51
#define MINCONF 1
51
#define MINCONF 1
52
 
52
 
53
uintptr_t last_frame = 0;
53
uintptr_t last_frame = 0;
-
 
54
uintptr_t end_frame = 0;
54
 
55
 
55
void frame_arch_init(void)
56
void frame_arch_init(void)
56
{
57
{
57
    if (config.cpu_active == 1) {
58
    if (config.cpu_active == 1) {
58
        unsigned int i;
59
        unsigned int i;