forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
25afa79a77
commit
2a50f875ca
@@ -40,6 +40,16 @@
|
|||||||
#include <rtems/score/cpuopts.h>
|
#include <rtems/score/cpuopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSScoreCPUSPARC64ASM SPARC64 Assembler Support
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSScoreCPUSPARC64
|
||||||
|
*
|
||||||
|
* @brief SPARC64 Assembler Support
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recent versions of GNU cpp define variables which indicate the
|
* Recent versions of GNU cpp define variables which indicate the
|
||||||
* need for underscores and percents. If not using GNU cpp or
|
* need for underscores and percents. If not using GNU cpp or
|
||||||
@@ -101,3 +111,5 @@
|
|||||||
#define EXTERN(sym) .globl SYM (sym)
|
#define EXTERN(sym) .globl SYM (sym)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** @} */
|
||||||
|
|||||||
@@ -17,6 +17,16 @@
|
|||||||
|
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSScoreCPUSPARC64 SPARC64
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSScoreCPU
|
||||||
|
*
|
||||||
|
* @brief SPARC64 Architecture Support
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
#define CPU_PER_CPU_CONTROL_SIZE 0
|
#define CPU_PER_CPU_CONTROL_SIZE 0
|
||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|||||||
Reference in New Issue
Block a user