Skip to content
Commit fbdbf709 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Ingo Molnar
Browse files

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: default avatarUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 90f7d25c
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