Changeset 6ed5352 in mainline for arch/sparc64


Ignore:
Timestamp:
2006-01-21T17:44:26Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd6e392
Parents:
86c9e37
Message:

Finalize ASID management for sparc64 and mips32 by making use of FIFO queue of ASIDs.

Location:
arch/sparc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/Makefile.inc

    r86c9e37 r6ed5352  
    5656
    5757CONFIG_ASID = y
    58 
     58CONFIG_ASID_FIFO = y
    5959
    6060ARCH_SOURCES = \
  • arch/sparc64/src/mm/tlb.c

    r86c9e37 r6ed5352  
    2929#include <arch/mm/tlb.h>
    3030#include <mm/tlb.h>
     31#include <genarch/mm/asid_fifo.h>
    3132#include <arch/mm/frame.h>
    3233#include <arch/mm/page.h>
     
    5556        frame_address_t fr;
    5657        page_address_t pg;
     58
     59        asid_fifo_init();
    5760
    5861        fr.address = config.base;
Note: See TracChangeset for help on using the changeset viewer.