summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/unix')
-rw-r--r--c/src/exec/score/cpu/unix/cpu.c4
-rw-r--r--c/src/exec/score/cpu/unix/cpu.h4
-rw-r--r--c/src/exec/score/cpu/unix/unix.h6
3 files changed, 7 insertions, 7 deletions
diff --git a/c/src/exec/score/cpu/unix/cpu.c b/c/src/exec/score/cpu/unix/cpu.c
index a1994da5ae..daff56a1de 100644
--- a/c/src/exec/score/cpu/unix/cpu.c
+++ b/c/src/exec/score/cpu/unix/cpu.c
@@ -17,8 +17,8 @@
*/
#include <rtems/system.h>
-#include <rtems/core/isr.h>
-#include <rtems/core/interr.h>
+#include <rtems/score/isr.h>
+#include <rtems/score/interr.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h
index 93d2b65ee2..d7ff311af1 100644
--- a/c/src/exec/score/cpu/unix/cpu.h
+++ b/c/src/exec/score/cpu/unix/cpu.h
@@ -26,9 +26,9 @@
extern "C" {
#endif
-#include <rtems/core/unix.h>
+#include <rtems/score/unix.h>
#ifndef ASM
-#include <rtems/core/unixtypes.h>
+#include <rtems/score/unixtypes.h>
#endif
#if defined(solaris2)
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 6acadf2879..bb5011b41b 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -64,15 +64,15 @@ extern "C" {
#if defined(hpux)
-#define RTEMS_MODEL_NAME "HP-UX"
+#define CPU_MODEL_NAME "HP-UX"
#elif defined(solaris)
-#define RTEMS_MODEL_NAME "Solaris"
+#define CPU_MODEL_NAME "Solaris"
#elif defined(linux)
-#define RTEMS_MODEL_NAME "Linux"
+#define CPU_MODEL_NAME "Linux"
#else