Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1507 → Rev 1506

/kernel/trunk/generic/src/ipc/irq.c
48,7 → 48,6
#include <ipc/irq.h>
#include <atomic.h>
#include <syscall/copy.h>
#include <console/console.h>
 
typedef struct {
SPINLOCK_DECLARE(lock);
104,11 → 103,6
outb((long)code->cmds[i].addr, code->cmds[i].value);
break;
#endif
#if defined(ia64)
case CMD_IA64_GETCHAR:
IPC_SET_ARG2(call->data, _getc(&ski_uconsole));
break;
#endif
default:
break;
}