Ignore:
Timestamp:
2013-12-28T17:16:44Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1023bcb
Parents:
f6f22cdb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/include/arch/fpu_context.h

    rf6f22cdb r32e8cd1  
    2727 */
    2828
    29 /** @addtogroup abs32le
     29/** @addtogroup sparc32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_abs32le_FPU_CONTEXT_H_
    36 #define KERN_abs32le_FPU_CONTEXT_H_
     35#ifndef KERN_sparc32_FPU_CONTEXT_H_
     36#define KERN_sparc32_FPU_CONTEXT_H_
    3737
    3838#include <typedefs.h>
     
    4040#define FPU_CONTEXT_ALIGN  16
    4141
    42 /*
    43  * On real hardware this stores the FPU registers
    44  * which are part of the CPU context.
    45  */
    4642typedef struct {
    4743} fpu_context_t;
Note: See TracChangeset for help on using the changeset viewer.