1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Remove any reference to enable_mmu(), it's been gone for a long time.

Submitted by:	kevlo
This commit is contained in:
Olivier Houchard 2006-05-26 01:41:47 +00:00
parent 23badd1016
commit c212f0efe9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158928
2 changed files with 0 additions and 2 deletions

View File

@ -153,7 +153,6 @@ struct pv_addr irqstack;
struct pv_addr undstack;
struct pv_addr abtstack;
struct pv_addr kernelstack;
void enable_mmu(vm_offset_t);
static struct trapframe proc0_tf;
/* Static device mappings. */

View File

@ -147,7 +147,6 @@ struct pv_addr abtstack;
struct pv_addr kernelstack;
struct pv_addr minidataclean;
void enable_mmu(vm_offset_t);
static struct trapframe proc0_tf;
#define IQ80321_OBIO_BASE 0xfe800000UL