diff options
| author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-12-03 04:54:15 -0500 |
|---|---|---|
| committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:27 -0500 |
| commit | 8cca29b7137a08f25b05e1cddf7dbc8fe8dfad05 (patch) | |
| tree | a9f400b8d87991bd606e17988eae06ca951adf97 | |
| parent | 693d9847b210f3812bed975d1c8edae90b8f8e1c (diff) | |
CRIS v32: Minor updates to kernel/process.c
- Shorten include paths for machine dependent header files.
- Remove unused extern declaration of etrax_gpio_wake_up_check.
- Register name for first timer is now regi_timer0.
| -rw-r--r-- | arch/cris/arch-v32/kernel/process.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/cris/arch-v32/kernel/process.c b/arch/cris/arch-v32/kernel/process.c index b72a15580dc7..ced5b725d9bd 100644 --- a/arch/cris/arch-v32/kernel/process.c +++ b/arch/cris/arch-v32/kernel/process.c | |||
| @@ -12,17 +12,13 @@ | |||
| 12 | #include <linux/err.h> | 12 | #include <linux/err.h> |
| 13 | #include <linux/fs.h> | 13 | #include <linux/fs.h> |
| 14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
| 15 | #include <asm/arch/hwregs/reg_rdwr.h> | 15 | #include <hwregs/reg_rdwr.h> |
| 16 | #include <asm/arch/hwregs/reg_map.h> | 16 | #include <hwregs/reg_map.h> |
| 17 | #include <asm/arch/hwregs/timer_defs.h> | 17 | #include <hwregs/timer_defs.h> |
| 18 | #include <asm/arch/hwregs/intr_vect_defs.h> | 18 | #include <hwregs/intr_vect_defs.h> |
| 19 | 19 | ||
| 20 | extern void stop_watchdog(void); | 20 | extern void stop_watchdog(void); |
| 21 | 21 | ||
| 22 | #ifdef CONFIG_ETRAX_GPIO | ||
| 23 | extern void etrax_gpio_wake_up_check(void); /* Defined in drivers/gpio.c. */ | ||
| 24 | #endif | ||
| 25 | |||
| 26 | extern int cris_hlt_counter; | 22 | extern int cris_hlt_counter; |
| 27 | 23 | ||
| 28 | /* We use this if we don't have any better idle routine. */ | 24 | /* We use this if we don't have any better idle routine. */ |
| @@ -82,7 +78,7 @@ hard_reset_now(void) | |||
| 82 | wd_ctrl.cmd = regk_timer_start; | 78 | wd_ctrl.cmd = regk_timer_start; |
| 83 | 79 | ||
| 84 | arch_enable_nmi(); | 80 | arch_enable_nmi(); |
| 85 | REG_WR(timer, regi_timer, rw_wd_ctrl, wd_ctrl); | 81 | REG_WR(timer, regi_timer0, rw_wd_ctrl, wd_ctrl); |
| 86 | } | 82 | } |
| 87 | #endif | 83 | #endif |
| 88 | 84 | ||
