Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258972
b: refs/heads/master
c: 023f21b
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Linus Torvalds committed Jul 26, 2011
1 parent e13af73 commit 211064a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99b12e3d882bc7ebdfe0de381dff3b16d21c38f7
refs/heads/master: 023f21b9ccab71ae963781044a96b922cb4437bf
2 changes: 0 additions & 2 deletions trunk/arch/h8300/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ struct thread_struct {
#if defined(__H8300H__)
#define start_thread(_regs, _pc, _usp) \
do { \
set_fs(USER_DS); /* reads from user space */ \
(_regs)->pc = (_pc); \
(_regs)->ccr = 0x00; /* clear all flags */ \
(_regs)->er5 = current->mm->start_data; /* GOT base */ \
Expand All @@ -91,7 +90,6 @@ do { \
#if defined(__H8300S__)
#define start_thread(_regs, _pc, _usp) \
do { \
set_fs(USER_DS); /* reads from user space */ \
(_regs)->pc = (_pc); \
(_regs)->ccr = 0x00; /* clear kernel flag */ \
(_regs)->exr = 0x78; /* enable all interrupts */ \
Expand Down

0 comments on commit 211064a

Please sign in to comment.