summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/thread/sh/__unmapself.c (renamed from arch/sh/src/__unmapself.c)2
-rw-r--r--src/thread/sh/__unmapself_mmu.s (renamed from src/thread/sh/__unmapself.s)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/src/__unmapself.c b/src/thread/sh/__unmapself.c
index b804aeff..d4fb8be5 100644
--- a/arch/sh/src/__unmapself.c
+++ b/src/thread/sh/__unmapself.c
@@ -10,7 +10,7 @@ void __unmapself_sh_nommu(void *, size_t);
#define CRTJMP(pc,sp) __asm__ __volatile__( \
"mov.l @%0+,r0 ; mov.l @%0,r12 ; jmp @r0 ; mov %1,r15" \
: : "r"(pc), "r"(sp) : "r0", "memory" )
-#include "../../../src/thread/__unmapself.c"
+#include "../__unmapself.c"
#undef __unmapself
extern __attribute__((__visibility__("hidden"))) unsigned __sh_nommu;
#else
diff --git a/src/thread/sh/__unmapself.s b/src/thread/sh/__unmapself_mmu.s
index 0161d53d..0161d53d 100644
--- a/src/thread/sh/__unmapself.s
+++ b/src/thread/sh/__unmapself_mmu.s