The SB1 has cohernet memory, so add it.

Also, Maxmem is better as a long.

Submitted by:	Neelkanth Natu
This commit is contained in:
Warner Losh 2009-07-05 15:20:16 +00:00
parent 46d854bbdb
commit bd34d48210

View File

@ -39,7 +39,7 @@
/*
* Miscellaneous machine-dependent declarations.
*/
extern int Maxmem;
extern long Maxmem;
extern char sigcode[];
extern int szsigcode, szosigcode;
@ -52,6 +52,7 @@ u_int MipsEmulateBranch(struct trapframe *, int, int, u_int);
u_long kvtop(void *addr);
int is_physical_memory(vm_offset_t addr);
int is_cacheable_mem(vm_offset_t pa);
int is_coherent_mem(vm_offset_t pa);
#define MIPS_DEBUG 0