already done. i just forgot to remove the TODO

This commit is contained in:
Sven Peter 2009-04-13 18:18:34 +02:00 committed by bushing
parent 9f7849ec5f
commit 5346a42d2d

2
sdhc.c
View File

@ -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;