Commit bed77e27 authored by Russell King's avatar Russell King

[ARM] Fix timeouts to use the correct type.

parent dc4fa33c
...@@ -562,7 +562,8 @@ ecard_dump_irq_state(ecard_t *ec) ...@@ -562,7 +562,8 @@ ecard_dump_irq_state(ecard_t *ec)
static void ecard_check_lockup(struct irqdesc *desc) static void ecard_check_lockup(struct irqdesc *desc)
{ {
static int last, lockup; static unsigned long last;
static int lockup;
ecard_t *ec; ecard_t *ec;
/* /*
......
...@@ -89,7 +89,7 @@ static inline void do_profile(struct pt_regs *regs) ...@@ -89,7 +89,7 @@ static inline void do_profile(struct pt_regs *regs)
} }
} }
static long next_rtc_update; static unsigned long next_rtc_update;
/* /*
* If we have an externally synchronized linux clock, then update * If we have an externally synchronized linux clock, then update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment