Ignore:
Timestamp:
2013-11-26T18:49:32Z (12 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a218709
Parents:
a7372ccf
Message:

Added register window flushes in userspace when apporiate
and done some minor fixes.

Location:
uspace/lib/c/arch/sparc32/include/libarch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc32/include/libarch/stack.h

    ra7372ccf r3bc42bd  
    3333 */
    3434
    35 #ifndef LIBC_sparc64_STACK_H_
    36 #define LIBC_sparc64_STACK_H_
     35#ifndef LIBC_sparc32_STACK_H_
     36#define LIBC_sparc32_STACK_H_
    3737
    38 #define STACK_ITEM_SIZE                 8
     38#define STACK_ITEM_SIZE                 4
    3939
    4040/** According to SPARC Compliance Definition, every stack frame is 16-byte aligned. */
  • uspace/lib/c/arch/sparc32/include/libarch/stackarg.h

    ra7372ccf r3bc42bd  
    2727 */
    2828
    29 /** @addtogroup libcsparc64     
     29/** @addtogroup libcsparc32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef LIBC_sparc64_STACKARG_H_
    36 #define LIBC_sparc64_STACKARG_H_
     35#ifndef LIBC_sparc32_STACKARG_H_
     36#define LIBC_sparc32_STACKARG_H_
    3737
    3838#endif
  • uspace/lib/c/arch/sparc32/include/libarch/thread.h

    ra7372ccf r3bc42bd  
    2828 */
    2929
    30 /** @addtogroup libcsparc64
     30/** @addtogroup libcsparc32
    3131 * @{
    3232 */
    3333
    34 #ifndef LIBC_sparc64_THREAD_H_
    35 #define LIBC_sparc64_THREAD_H_
     34#ifndef LIBC_sparc32_THREAD_H_
     35#define LIBC_sparc32_THREAD_H_
    3636
    3737#endif
Note: See TracChangeset for help on using the changeset viewer.