Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/include revert previous commit while the long...



details:   https://anonhg.NetBSD.org/src/rev/6e2b26378882
branches:  trunk
changeset: 504346:6e2b26378882
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Feb 27 22:00:19 2001 +0000

description:
revert previous commit while the longbeards ponder

diffstat:

 sys/arch/alpha/include/cpu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a625ecce66bc -r 6e2b26378882 sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h      Tue Feb 27 21:11:41 2001 +0000
+++ b/sys/arch/alpha/include/cpu.h      Tue Feb 27 22:00:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.51 2001/02/27 21:11:41 mjacob Exp $ */
+/* $NetBSD: cpu.h,v 1.52 2001/02/27 22:00:19 mjacob Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -169,6 +169,7 @@
  * definitions of cpu-dependent requirements
  * referenced in generic code
  */
+#define        cpu_wait(p)             /* nothing */
 #define        cpu_number()            alpha_pal_whami()
 
 /*



Home | Main Index | Thread Index | Old Index