From 38884dabbe6a86feb5d9763cd160083f85b1848b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 27 Nov 2011 16:32:05 +0100 Subject: remove irq support fragments We never had interrupt support in barebox and we have no plans to add interrupt support. Even if we do I doubt the current fragments of irq support are helpful, so remove them. Signed-off-by: Sascha Hauer --- arch/sandbox/os/common.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/sandbox') diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c index 5074a06c80..1c5ae5d34b 100644 --- a/arch/sandbox/os/common.c +++ b/arch/sandbox/os/common.c @@ -124,14 +124,6 @@ void __attribute__((noreturn)) reset_cpu(unsigned long addr) exit(0); } -void enable_interrupts(void) -{ -} - -void disable_interrupt(void) -{ -} - int linux_read(int fd, void *buf, size_t count) { ssize_t ret; -- cgit v1.2.3