2009-06-05 Till Straumann <strauman@slac.stanford.edu>

* irq/irq_init.c: silenced compiler warning.
This commit is contained in:
Till Straumann
2009-06-06 00:46:55 +00:00
parent 4488b88530
commit d267f07c14
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
2009-06-05 Till Straumann <strauman@slac.stanford.edu> 2009-06-05 Till Straumann <strauman@slac.stanford.edu>
* irq/irq_init.c: silenced compiler warning.
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
* network/tsec.c, network/if_tsec_pub.h: * network/tsec.c, network/if_tsec_pub.h:
added multicast support. implemented multicast support.
2009-03-05 Till Straumann <strauman@slac.stanford.edu> 2009-03-05 Till Straumann <strauman@slac.stanford.edu>

View File

@@ -28,7 +28,7 @@
#include <libcpu/raw_exception.h> #include <libcpu/raw_exception.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
static void nop_func(void) static void nop_func(void *arg)
{ {
printk("Unhandled IRQ\n"); printk("Unhandled IRQ\n");
} }