aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/h8300/include/asm/processor.h b/arch/h8300/include/asm/processor.h
index 69e8a34eb6d5..e834b6018897 100644
--- a/arch/h8300/include/asm/processor.h
+++ b/arch/h8300/include/asm/processor.h
@@ -81,7 +81,6 @@ struct thread_struct {
81#if defined(__H8300H__) 81#if defined(__H8300H__)
82#define start_thread(_regs, _pc, _usp) \ 82#define start_thread(_regs, _pc, _usp) \
83do { \ 83do { \
84 set_fs(USER_DS); /* reads from user space */ \
85 (_regs)->pc = (_pc); \ 84 (_regs)->pc = (_pc); \
86 (_regs)->ccr = 0x00; /* clear all flags */ \ 85 (_regs)->ccr = 0x00; /* clear all flags */ \
87 (_regs)->er5 = current->mm->start_data; /* GOT base */ \ 86 (_regs)->er5 = current->mm->start_data; /* GOT base */ \
@@ -91,7 +90,6 @@ do { \
91#if defined(__H8300S__) 90#if defined(__H8300S__)
92#define start_thread(_regs, _pc, _usp) \ 91#define start_thread(_regs, _pc, _usp) \
93do { \ 92do { \
94 set_fs(USER_DS); /* reads from user space */ \
95 (_regs)->pc = (_pc); \ 93 (_regs)->pc = (_pc); \
96 (_regs)->ccr = 0x00; /* clear kernel flag */ \ 94 (_regs)->ccr = 0x00; /* clear kernel flag */ \
97 (_regs)->exr = 0x78; /* enable all interrupts */ \ 95 (_regs)->exr = 0x78; /* enable all interrupts */ \