mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
minor changes so it would compile
This commit is contained in:
@@ -18,9 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/fatal.h>
|
#include <rtems/score/isr.h>
|
||||||
#include <rtems/core/isr.h>
|
|
||||||
#include <rtems/core/wkspace.h>
|
|
||||||
|
|
||||||
void hppa_external_interrupt_initialize(void);
|
void hppa_external_interrupt_initialize(void);
|
||||||
void hppa_external_interrupt_enable(unsigned32);
|
void hppa_external_interrupt_enable(unsigned32);
|
||||||
|
|||||||
@@ -30,9 +30,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <rtems/core/hppa.h> /* pick up machine definitions */
|
#include <rtems/score/hppa.h> /* pick up machine definitions */
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
#include <rtems/core/hppatypes.h>
|
#include <rtems/score/hppatypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* conditional compilation parameters */
|
/* conditional compilation parameters */
|
||||||
|
|||||||
@@ -27,11 +27,11 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
#include <rtems/core/hppa.h>
|
#include <rtems/score/hppa.h>
|
||||||
#include <rtems/core/cpu_asm.h>
|
#include <rtems/score/cpu_asm.h>
|
||||||
#include <rtems/core/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
#include <rtems/core/offsets.h>
|
#include <rtems/score/offsets.h>
|
||||||
|
|
||||||
.SPACE $PRIVATE$
|
.SPACE $PRIVATE$
|
||||||
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
|
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
|
||||||
|
|||||||
@@ -64,23 +64,23 @@ extern "C" {
|
|||||||
* present in a particular member of the family.
|
* present in a particular member of the family.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(RTEMS_MODEL_NAME)
|
#if !defined(CPU_MODEL_NAME)
|
||||||
|
|
||||||
#if defined(hppa7100)
|
#if defined(hppa7100)
|
||||||
|
|
||||||
#define RTEMS_MODEL_NAME "hppa 7100"
|
#define CPU_MODEL_NAME "hppa 7100"
|
||||||
|
|
||||||
#elif defined(hppa7200)
|
#elif defined(hppa7200)
|
||||||
|
|
||||||
#define RTEMS_MODEL_NAME "hppa 7200"
|
#define CPU_MODEL_NAME "hppa 7200"
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define RTEMS_MODEL_NAME Unsupported CPU Model /* cause an error on usage */
|
#define CPU_MODEL_NAME Unsupported CPU Model /* cause an error on usage */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !defined(RTEMS_MODEL_NAME) */
|
#endif /* !defined(CPU_MODEL_NAME) */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the name of the CPU family.
|
* Define the name of the CPU family.
|
||||||
|
|||||||
@@ -18,9 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/fatal.h>
|
#include <rtems/score/isr.h>
|
||||||
#include <rtems/core/isr.h>
|
|
||||||
#include <rtems/core/wkspace.h>
|
|
||||||
|
|
||||||
void hppa_external_interrupt_initialize(void);
|
void hppa_external_interrupt_initialize(void);
|
||||||
void hppa_external_interrupt_enable(unsigned32);
|
void hppa_external_interrupt_enable(unsigned32);
|
||||||
|
|||||||
Reference in New Issue
Block a user