cris: update comments for generic idle conversion
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 6 Jun 2014 21:38:32 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Jun 2014 23:08:18 +0000 (16:08 -0700)
commit835eeeed73718b226318c82f7c636e1baff4f118
tree9b43bf8810e4f395ab03f02bc195ac223c4c7350
parentae022622ae9447bd70e59db7c91efa25c99a90d5
cris: update comments for generic idle conversion

As of commit 8dc7c5ecd8d0 ("cris: Use generic idle loop"), cris no
longer provides cpu_idle().

- On cris-v10, etrax_gpio_wake_up_check() is called from default_idle()
  instead of cpu_idle(),

- On cris-v32, etrax_gpio_wake_up_check() is not called from
  default_idle(), so remove this (copy-and-paste?) part.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/cris/arch-v10/drivers/gpio.c
arch/cris/arch-v32/drivers/mach-fs/gpio.c