summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/loongson/include/vmparam.h')
-rw-r--r--sys/arch/loongson/include/vmparam.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/loongson/include/vmparam.h b/sys/arch/loongson/include/vmparam.h
index 0b6cb11698e..b7bee8c3ed2 100644
--- a/sys/arch/loongson/include/vmparam.h
+++ b/sys/arch/loongson/include/vmparam.h
@@ -1,11 +1,11 @@
-/* $OpenBSD: vmparam.h,v 1.2 2010/11/28 20:28:26 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */
/* public domain */
-#ifndef _LOONGSON_VMPARAM_H_
-#define _LOONGSON_VMPARAM_H_
+#ifndef _MACHINE_VMPARAM_H_
+#define _MACHINE_VMPARAM_H_
#define VM_PHYSSEG_MAX 2 /* Max number of physical memory segments */
#define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST
#include <mips64/vmparam.h>
-#endif /* _LOONGSON_VMPARAM_H_ */
+#endif /* _MACHINE_VMPARAM_H_ */