Changeset ed166f7 in mainline for kernel/generic/include/align.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/generic/include/align.h

    re0b241f red166f7  
    2727 */
    2828
    29 
    3029/** @addtogroup generic
    3130 * @ingroup others
    3231 * @{
    3332 */
    34 /** @file
     33/**
     34 * @file
     35 * @brief       Macros for making values and addresses aligned.
    3536 */
    3637
    37 #ifndef __ALIGN_H__
    38 #define __ALIGN_H__
     38#ifndef KERN_ALIGN_H_
     39#define KERN_ALIGN_H_
    3940
    4041/** Align to the nearest lower address.
Note: See TracChangeset for help on using the changeset viewer.