code: purgatorio

ref: 654935ba71201d7215d9fcd96181a330ec6ff617
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;
}