From 7499b84f415844f92ca3fa27a0036ac8252357fc Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Thu, 5 Apr 2012 10:23:17 -0500 Subject: GRETH: use shared-irq service instead of BSP specific set_vec() The ISR code is updated to use argument instead of global greth structure, now that the greth private is available in the ISR. The shared-irq routines will unmask the IRQ, so the forced LEON3 BSP unmask/clear IRQ is removed. Signed-off-by: Daniel Hellstrom --- c/src/libchip/network/greth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/libchip/network/greth.h') diff --git a/c/src/libchip/network/greth.h b/c/src/libchip/network/greth.h index 50ddd9991f..4a7447d792 100644 --- a/c/src/libchip/network/greth.h +++ b/c/src/libchip/network/greth.h @@ -18,7 +18,7 @@ typedef struct { void *base_address; - uint32_t vector; + rtems_vector_number vector; uint32_t txd_count; uint32_t rxd_count; } greth_configuration_t; -- cgit v1.2.3