|
@@ -43,6 +43,7 @@
|
|
#include <asm/btext.h>
|
|
#include <asm/btext.h>
|
|
#include <asm/tlb.h>
|
|
#include <asm/tlb.h>
|
|
#include <asm/sections.h>
|
|
#include <asm/sections.h>
|
|
|
|
+#include <asm/system.h>
|
|
|
|
|
|
#include "mmu_decl.h"
|
|
#include "mmu_decl.h"
|
|
|
|
|
|
@@ -76,8 +77,6 @@ void MMU_init(void);
|
|
/* XXX should be in current.h -- paulus */
|
|
/* XXX should be in current.h -- paulus */
|
|
extern struct task_struct *current_set[NR_CPUS];
|
|
extern struct task_struct *current_set[NR_CPUS];
|
|
|
|
|
|
-extern int init_bootmem_done;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* this tells the system to map all of ram with the segregs
|
|
* this tells the system to map all of ram with the segregs
|
|
* (i.e. page tables) instead of the bats.
|
|
* (i.e. page tables) instead of the bats.
|