code: 9ferno

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