bsp/altera-cyclone-v: Cache mbufs and clusters

This commit is contained in:
Ralf Kirchner
2014-05-28 14:47:05 +02:00
committed by Sebastian Huber
parent 32c8960925
commit bb70bea198

View File

@@ -31,18 +31,6 @@
#define BSPSTART_MAX_CORES_PER_CONTROLLER 2
#ifdef RTEMS_NETWORKING
/* FIXME: This is a workaround for the broken cache manager support */
#include <rtems/rtems_bsdnet.h>
void* rtems_bsdnet_malloc_mbuf(size_t size, int type)
{
(void)type;
return altera_cyclone_v_nocache_malloc(size);
}
#endif
static void bsp_start_secondary_cores( void )
{
#ifdef RTEMS_SMP