Changeset 169587a in mainline for src/main/main.c


Ignore:
Timestamp:
2005-02-21T21:47:22Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b109ebb
Parents:
0ded477
Message:

TLB shootdown.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    r0ded477 r169587a  
    4747#include <mm/frame.h>
    4848#include <mm/page.h>
     49#include <mm/tlb.h>
    4950#include <synch/waitq.h>
    5051
     
    111112        frame_init();
    112113        page_init();
     114        tlb_init();
    113115
    114116        #ifdef __SMP__
Note: See TracChangeset for help on using the changeset viewer.