Changeset f47fd19 in mainline for kernel/genarch/include/mm/page_ht.h


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

sparc64 work.
Define the istate structure.
Move the identity-mapping handler to assembly.
Make the preemptible handler more general so that TL=1 MMU exceptions can make use of it.

Little bit of formatting and indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/mm/page_ht.h

    ree289cf0 rf47fd19  
    2727 */
    2828
    29  /** @addtogroup genarchmm
     29/** @addtogroup genarchmm
    3030 * @{
    3131 */
    32 /** @file
    33  */
    34 
    35 /*
    36  * This is the generic page hash table interface.
     32/**
     33 * @file
     34 * @brief       This is the generic page hash table interface.
    3735 */
    3836
     
    8886#endif
    8987
    90  /** @}
     88/** @}
    9189 */
    92 
Note: See TracChangeset for help on using the changeset viewer.