diff options
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r-- | arch/openrisc/include/asm/bitops.h | 1 | ||||
-rw-r--r-- | arch/openrisc/include/asm/processor.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/bitops.h b/arch/openrisc/include/asm/bitops.h index a9e11efae14d..2c64f2228dc7 100644 --- a/arch/openrisc/include/asm/bitops.h +++ b/arch/openrisc/include/asm/bitops.h | |||
@@ -54,6 +54,7 @@ | |||
54 | 54 | ||
55 | #include <asm-generic/bitops/atomic.h> | 55 | #include <asm-generic/bitops/atomic.h> |
56 | #include <asm-generic/bitops/non-atomic.h> | 56 | #include <asm-generic/bitops/non-atomic.h> |
57 | #include <asm-generic/bitops/le.h> | ||
57 | #include <asm-generic/bitops/ext2-atomic.h> | 58 | #include <asm-generic/bitops/ext2-atomic.h> |
58 | 59 | ||
59 | #endif /* __ASM_GENERIC_BITOPS_H */ | 60 | #endif /* __ASM_GENERIC_BITOPS_H */ |
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h index 33691380608e..cab746fa9e87 100644 --- a/arch/openrisc/include/asm/processor.h +++ b/arch/openrisc/include/asm/processor.h | |||
@@ -70,7 +70,6 @@ struct thread_struct { | |||
70 | */ | 70 | */ |
71 | 71 | ||
72 | #define task_pt_regs(task) user_regs(task_thread_info(task)) | 72 | #define task_pt_regs(task) user_regs(task_thread_info(task)) |
73 | #define current_regs() user_regs(current_thread_info()) | ||
74 | 73 | ||
75 | #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) | 74 | #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) |
76 | 75 | ||