Re[2]: [PATCH 10/10] ARM: FIQ: Get rid of init_FIQ()

2012-11-22 Thread Alexander Shiyan
> On Fri, Nov 23, 2012 at 10:27:51AM +0400, Alexander Shiyan wrote: > > > On Fri, Nov 23, 2012 at 07:40:30AM +0400, Alexander Shiyan wrote: > > > [...] > > > > > static unsigned long no_fiq_insn; > > > > > +static int got_no_fiq_insn; > > > > > @@ -78,11 +79,14 @@ void show_fiq_list(struct seq_fil

Re[2]: [PATCH 10/10] ARM: FIQ: Get rid of init_FIQ()

2012-11-22 Thread Alexander Shiyan
> On Fri, Nov 23, 2012 at 07:40:30AM +0400, Alexander Shiyan wrote: > [...] > > > static unsigned long no_fiq_insn; > > > +static int got_no_fiq_insn; > > > @@ -78,11 +79,14 @@ void show_fiq_list(struct seq_file *p, int prec) > > > > > > void set_fiq_handler(void *start, unsigned int length) >