diff options
Diffstat (limited to 'arch/m32r')
| -rw-r--r-- | arch/m32r/include/asm/thread_info.h | 4 | ||||
| -rw-r--r-- | arch/m32r/kernel/ptrace.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/m32r/include/asm/thread_info.h b/arch/m32r/include/asm/thread_info.h index 8589d462df27..07bb5bd00e2a 100644 --- a/arch/m32r/include/asm/thread_info.h +++ b/arch/m32r/include/asm/thread_info.h | |||
| @@ -57,8 +57,6 @@ struct thread_info { | |||
| 57 | 57 | ||
| 58 | /* | 58 | /* |
| 59 | * macros/functions for gaining access to the thread information structure | 59 | * macros/functions for gaining access to the thread information structure |
| 60 | * | ||
| 61 | * preempt_count needs to be 1 initially, until the scheduler is functional. | ||
| 62 | */ | 60 | */ |
| 63 | #ifndef __ASSEMBLY__ | 61 | #ifndef __ASSEMBLY__ |
| 64 | 62 | ||
| @@ -68,7 +66,7 @@ struct thread_info { | |||
| 68 | .exec_domain = &default_exec_domain, \ | 66 | .exec_domain = &default_exec_domain, \ |
| 69 | .flags = 0, \ | 67 | .flags = 0, \ |
| 70 | .cpu = 0, \ | 68 | .cpu = 0, \ |
| 71 | .preempt_count = 1, \ | 69 | .preempt_count = INIT_PREEMPT_COUNT, \ |
| 72 | .addr_limit = KERNEL_DS, \ | 70 | .addr_limit = KERNEL_DS, \ |
| 73 | .restart_block = { \ | 71 | .restart_block = { \ |
| 74 | .fn = do_no_restart_syscall, \ | 72 | .fn = do_no_restart_syscall, \ |
diff --git a/arch/m32r/kernel/ptrace.c b/arch/m32r/kernel/ptrace.c index bf0abe9e1f73..98b8feb12ed8 100644 --- a/arch/m32r/kernel/ptrace.c +++ b/arch/m32r/kernel/ptrace.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
| 20 | #include <linux/err.h> | 20 | #include <linux/err.h> |
| 21 | #include <linux/smp.h> | 21 | #include <linux/smp.h> |
| 22 | #include <linux/smp_lock.h> | ||
| 23 | #include <linux/errno.h> | 22 | #include <linux/errno.h> |
| 24 | #include <linux/ptrace.h> | 23 | #include <linux/ptrace.h> |
| 25 | #include <linux/user.h> | 24 | #include <linux/user.h> |
