Changeset d1e414c in mainline for generic/include/cpu.h


Ignore:
Timestamp:
2006-03-15T00:51:25Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91d5ad6
Parents:
51cc6bf6
Message:

More lightweighed TLB shootdown implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/cpu.h

    r51cc6bf6 rd1e414c  
    3939#include <config.h>
    4040#include <adt/list.h>
     41#include <mm/tlb.h>
    4142
    4243#define CPU_STACK_SIZE  STACK_SIZE
     
    4950        SPINLOCK_DECLARE(lock);
    5051
     52        tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN];
     53        count_t tlb_messages_count;
     54       
    5155        context_t saved_context;
    5256
Note: See TracChangeset for help on using the changeset viewer.