bd2a5f591d
the old pmap is still available with the OLDPMAP option.
8 lines
147 B
C
8 lines
147 B
C
/* $NetBSD: pmap.h,v 1.4 2002/03/09 23:36:00 chs Exp $ */
|
|
|
|
#ifndef OLDPMAP
|
|
#include <powerpc/mpc6xx/pmap.h>
|
|
#else
|
|
#include <powerpc/pmap.h>
|
|
#endif
|