Make it compile on MPC6xx. I'm not sure about MPC40x.
This commit is contained in:
parent
5e9e39026f
commit
cb7fde57d3
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: kgdb_machdep.c,v 1.3 2002/01/06 00:35:13 dbj Exp $ */
|
/* $NetBSD: kgdb_machdep.c,v 1.4 2003/01/13 20:29:34 augustss Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2001 Wasabi Systems, Inc.
|
* Copyright 2001 Wasabi Systems, Inc.
|
||||||
@ -51,7 +51,11 @@
|
|||||||
|
|
||||||
#include <uvm/uvm_extern.h>
|
#include <uvm/uvm_extern.h>
|
||||||
|
|
||||||
|
#ifdef PPC_MPC6XX
|
||||||
|
#include <powerpc/mpc6xx/bat.h>
|
||||||
|
#else
|
||||||
#include <machine/bat.h>
|
#include <machine/bat.h>
|
||||||
|
#endif
|
||||||
#include <machine/reg.h>
|
#include <machine/reg.h>
|
||||||
#include <machine/trap.h>
|
#include <machine/trap.h>
|
||||||
#include <machine/pmap.h>
|
#include <machine/pmap.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user