code: 9ferno

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