Changeset 613bc54 in mainline for arch/ppc32/include/mm/tlb.h


Ignore:
Timestamp:
2006-04-22T20:11:23Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c118940
Parents:
c7c0b89b
Message:

ppc32: stub for Page Hash Table support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/mm/tlb.h

    rc7c0b89b r613bc54  
    11/*
    2  * Copyright (C) 2005 Jakub Jermar
     2 * Copyright (C) 2006 Martin Decky
    33 * All rights reserved.
    44 *
     
    3030#define __ppc32_TLB_H__
    3131
    32 #define tlb_arch_init()
    33 #define tlb_print()
     32#include <arch/exception.h>
     33#include <typedefs.h>
     34
     35extern void pht_refill(istate_t *istate);
    3436
    3537#endif
Note: See TracChangeset for help on using the changeset viewer.