Changeset 4841104 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-09-23T20:44:35Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
adecf496
Parents:
23443b2
Message:

Physical memory management work.
Add "attribute ((packed))" to frame_t so that it takes up less space.
Note that this is essential as there is lot of these structures.
Remove busy list from zone_t as it is redundant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    r23443b2 r4841104  
    3636#include <proc/thread.h>
    3737#include <proc/task.h>
    38 #include <mm/vm.h>
    3938#include <main/kinit.h>
    4039#include <cpu.h>
    41 #include <mm/heap.h>
    4240
    4341#ifdef __SMP__
     
    4947
    5048#include <arch/mm/memory_init.h>
     49#include <mm/heap.h>
    5150#include <mm/frame.h>
    5251#include <mm/page.h>
    5352#include <mm/tlb.h>
     53#include <mm/vm.h>
     54
    5455#include <synch/waitq.h>
    5556
Note: See TracChangeset for help on using the changeset viewer.