bd2a5f591d
the old pmap is still available with the OLDPMAP option.
8 lines
148 B
C
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
|