summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/hppa1.1/hppa.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/hppa1.1/hppa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/hppa1.1/hppa.h b/c/src/exec/score/cpu/hppa1.1/hppa.h
index 801a2edca2..74691eb1a7 100644
--- a/c/src/exec/score/cpu/hppa1.1/hppa.h
+++ b/c/src/exec/score/cpu/hppa1.1/hppa.h
@@ -64,15 +64,15 @@ extern "C" {
* present in a particular member of the family.
*/
-#if !defined(RTEMS_MODEL_NAME)
+#if !defined(CPU_MODEL_NAME)
#if defined(hppa7100)
-#define RTEMS_MODEL_NAME "hppa 7100"
+#define CPU_MODEL_NAME "hppa 7100"
#elif defined(hppa7200)
-#define RTEMS_MODEL_NAME "hppa 7200"
+#define CPU_MODEL_NAME "hppa 7200"
#else
@@ -80,7 +80,7 @@ extern "C" {
#endif
-#endif /* !defined(RTEMS_MODEL_NAME) */
+#endif /* !defined(CPU_MODEL_NAME) */
/*
* Define the name of the CPU family.