forked from Imagelibrary/rtems
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
* irq/irq_init.c: silenced compiler warning.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user