NetBSD/sys/arch/ofppc/include/pmap.h
chs bd2a5f591d switch all mpc6xx powerpc ports to NEWPMAP by default.
the old pmap is still available with the OLDPMAP option.
2002-03-09 23:35:56 +00:00

8 lines
148 B
C

/* $NetBSD: pmap.h,v 1.10 2002/03/09 23:35:58 chs Exp $ */
#ifndef OLDPMAP
#include <powerpc/mpc6xx/pmap.h>
#else
#include <powerpc/pmap.h>
#endif