From 5346a42d2d7e1f041ea241c65338f0a409f3b69e Mon Sep 17 00:00:00 2001 From: Sven Peter Date: Mon, 13 Apr 2009 18:18:34 +0200 Subject: [PATCH] already done. i just forgot to remove the TODO --- sdhc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdhc.c b/sdhc.c index d8cb44a..ba1cbb9 100644 --- a/sdhc.c +++ b/sdhc.c @@ -1055,8 +1055,6 @@ sdhc_intr(void *arg) /* * Wake up the sdmmc event thread to scan for cards. - * TODO: move request to slow queue to make sure that - * we're not blocking other IRQs */ if (ISSET(status, SDHC_CARD_REMOVAL|SDHC_CARD_INSERTION)) { ipc_request req;