Changeset 30ef8ce in mainline for src


Ignore:
Timestamp:
2005-05-01T11:06:34Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a0047fc
Parents:
ed0dd65
Message:

Early support for IA-64 architecture.

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    red0dd65 r30ef8ce  
    66
    77# Support for symetric multiprocessors
    8 SMP=__SMP__
     8#SMP=__SMP__
    99
    1010# Improved support for hyperthreading
  • src/mm/vm.c

    red0dd65 r30ef8ce  
    3131#include <mm/frame.h>
    3232#include <mm/tlb.h>
     33#include <mm/heap.h>
    3334#include <arch/mm/page.h>
    3435#include <arch/types.h>
  • src/proc/task.c

    red0dd65 r30ef8ce  
    3030#include <proc/task.h>
    3131#include <mm/vm.h>
     32#include <mm/heap.h>
    3233
    3334#include <synch/spinlock.h>
Note: See TracChangeset for help on using the changeset viewer.