Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/include #define<tab>
details: https://anonhg.NetBSD.org/src/rev/7f1b5d969a4e
branches: trunk
changeset: 753503:7f1b5d969a4e
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 31 06:35:12 2010 +0000
description:
#define<tab>
diffstat:
sys/arch/hp700/include/cpu.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 92654c018af6 -r 7f1b5d969a4e sys/arch/hp700/include/cpu.h
--- a/sys/arch/hp700/include/cpu.h Wed Mar 31 05:09:41 2010 +0000
+++ b/sys/arch/hp700/include/cpu.h Wed Mar 31 06:35:12 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.40 2010/03/30 19:54:28 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.41 2010/03/31 06:35:12 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -242,7 +242,7 @@
#define curcpu() (&cpu_info_store)
#define cpu_number() 0
-#define cpu_proc_fork(p1, p2)
+#define cpu_proc_fork(p1, p2)
#ifdef MULTIPROCESSOR
#define CPU_IS_PRIMARY(ci) 1
@@ -264,7 +264,7 @@
#define curlwp hppa_curlwp()
-#define DELAY(x) delay(x)
+#define DELAY(x) delay(x)
static __inline paddr_t
kvtop(const void *va)
Home |
Main Index |
Thread Index |
Old Index