code: purgatorio

ref: 71292834bbafcf6bc409cfd7691f9e6650df025b
dir: /emu/NetBSD/segflush-power.c/

View raw version
#include <sys/types.h>
#include <machine/cpu.h>

#include "dat.h"


int
segflush(void *a, ulong n)
{
	__syncicache(a, n);
	return 0;
}