Changeset f47fd19 in mainline for kernel/generic


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.

Location:
kernel/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/as.h

    ree289cf0 rf47fd19  
    2727 */
    2828
    29  /** @addtogroup genericmm
     29/** @addtogroup genericmm
    3030 * @{
    3131 */
     
    207207#endif
    208208
    209  /** @}
    210  */
    211 
     209/** @}
     210 */
  • kernel/generic/src/mm/as.c

    ree289cf0 rf47fd19  
    544544        if (!src_area->backend || !src_area->backend->share) {
    545545                /*
    546                  * There is now backend or the backend does not
     546                 * There is no backend or the backend does not
    547547                 * know how to share the area.
    548548                 */
Note: See TracChangeset for help on using the changeset viewer.