Changeset ed166f7 in mainline for kernel/arch/sparc64/include/mm/as.h


Ignore:
Timestamp:
2006-08-31T18:53:14Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6767c1d
Parents:
e0b241f
Message:

A lot of untested sparc64 stuff:

  • Write ASID to hardware when a thread is about to run in userspace.
  • Add userspace() and switch_to_userspace() functions.
  • Handle special cases when the userspace spill/fill handler causes MMU trap.
  • Resolve some TODOs in the existing sparc64 code.
  • sparc64 has now C99 compliant header guards.
  • Formatting and indentation fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/mm/as.h

    re0b241f red166f7  
    2727 */
    2828
    29  /** @addtogroup sparc64mm     
     29/** @addtogroup sparc64mm       
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef __sparc64_AS_H__
    36 #define __sparc64_AS_H__
     35#ifndef KERN_sparc64_AS_H_
     36#define KERN_sparc64_AS_H_
    3737
    3838#define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH      1
     
    4545#define USTACK_ADDRESS_ARCH     (0x7fffffffffffffff-(PAGE_SIZE-1))
    4646
    47 #define as_install_arch(as)
    48 
    4947extern void as_arch_init(void);
    5048
    5149#endif
    5250
    53  /** @}
     51/** @}
    5452 */
    5553
Note: See TracChangeset for help on using the changeset viewer.