Changeset 287920f in mainline for kernel/arch/sparc64/src/mm


Ignore:
Timestamp:
2006-08-09T13:27:55Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d46c6ecd
Parents:
da74747
Message:

i8042 and z8530 separated, the tree compiles again.
Now there is some duplicated code in i8042.c and z8530.c,
but that can be eliminated in slower pace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/tlb.c

    rda74747 r287920f  
    4848#include <symtab.h>
    4949
    50 #include <arch/drivers/fb.h>
    51 #include <arch/drivers/i8042.h>
    52 
    5350char *context_encoding[] = {
    5451        "Primary",
     
    6158{
    6259        /*
    63          * TLBs are actually initialized by
    64          * take_over_tlb_and_tt() early
     60         * TLBs are actually initialized early
    6561         * in start.S.
    6662         */
Note: See TracChangeset for help on using the changeset viewer.