forked from Imagelibrary/rtems
bsp/altera-cyclone-v: Move mbufs and network clusters to uncached RAM
This commit is contained in:
committed by
Sebastian Huber
parent
ff13e0bd97
commit
bc9a71ba6a
@@ -31,6 +31,18 @@
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user