diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 20:28:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 20:28:14 +0000 |
commit | 485bf294cc40c56f327d039d09d65bf5b61411d9 (patch) | |
tree | 7e42f3e048042b7d074cbc0e1a0c8128a8360db9 /sys/arch/mips64/include/vmparam.h | |
parent | 777837d0ecbfffa503ef29fe813eb6919f9376aa (diff) |
spacing
Diffstat (limited to 'sys/arch/mips64/include/vmparam.h')
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index 581716a9c50..05dba28e58e 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: vmparam.h,v 1.2 2004/08/10 20:28:13 deraadt Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -99,7 +99,7 @@ * It is related to human patience and other factors which don't really * change over time. */ -#define MAXSLP 20 +#define MAXSLP 20 #define VM_PHYSSEG_MAX 8 /* Max number of physical memory segments */ #define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH @@ -137,6 +137,6 @@ vaddr_t virtual_end; struct pmap_physseg { struct pv_entry *pvent; /* pv list of this seg */ char *attrs; -}; +}; #endif /* !_MIPS_VMPARAM_H_ */ |