commit | fbdbf709938d155c719c76b9894d28342632c797 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | Mon Sep 15 22:02:43 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 17 14:58:46 2008 +0200 |
tree | 85afb8ced55a88080db009089174ea2fb7c61eeb | |
parent | 90f7d25c6b672137344f447a30a9159945ffea72 [diff] |
x86, debug: gpio_free might sleep According to the documentation gpio_free should only be called from task context only. To make this more explicit add a might sleep to all implementations. This patch changes the gpio_free implementations for the x86 architecture. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>