summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index 1479eda..e71c858 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -69,9 +69,9 @@ void mips_cpu_switch(struct thread *, struct thread *, struct mtx *);
void mips_cpu_throw(struct thread *, struct thread *);
#ifdef __mips_n64
-#define KINFO_PROC_SIZE 1088
+#define KINFO_PROC_SIZE 1088
#else
-#define KINFO_PROC_SIZE 816
+#define KINFO_PROC_SIZE 816
#endif
#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud