Tony's updates

This commit is contained in:
Joel Sherrill
1995-08-04 22:13:27 +00:00
parent 4a6fa2ab77
commit 216ed5450b

View File

@@ -1,5 +1,5 @@
/* /*
* @(#)hppa.h 1.7 - 95/05/16 * @(#)hppa.h 1.9 - 95/06/28
* *
* *
* Description: * Description:
@@ -24,7 +24,7 @@
* Note: * Note:
* This file is included by both C and assembler code ( -DASM ) * This file is included by both C and assembler code ( -DASM )
* *
* hppa.h,v 1.2 1995/05/09 20:11:40 joel Exp * $Id$
*/ */
#ifndef _INCLUDE_HPPA_H #ifndef _INCLUDE_HPPA_H
@@ -64,6 +64,8 @@ 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(hppa7100) #if defined(hppa7100)
#define RTEMS_MODEL_NAME "hppa 7100" #define RTEMS_MODEL_NAME "hppa 7100"
@@ -78,12 +80,15 @@ extern "C" {
#endif #endif
#endif /* !defined(RTEMS_MODEL_NAME) */
/* /*
* Define the name of the CPU family. * Define the name of the CPU family.
*/ */
#if !defined(CPU_NAME)
#define CPU_NAME "HP PA-RISC 1.1" #define CPU_NAME "HP PA-RISC 1.1"
#endif
/* /*
* Processor Status Word (PSW) Masks * Processor Status Word (PSW) Masks