Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand/common don't need private `imb' inline ...



details:   https://anonhg.NetBSD.org/src/rev/1481dc11a19a
branches:  trunk
changeset: 478987:1481dc11a19a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 30 22:32:08 1999 +0000

description:
don't need private `imb' inline anymore.

diffstat:

 sys/arch/alpha/stand/common/common.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e9966673b5a2 -r 1481dc11a19a sys/arch/alpha/stand/common/common.h
--- a/sys/arch/alpha/stand/common/common.h      Tue Nov 30 21:13:46 1999 +0000
+++ b/sys/arch/alpha/stand/common/common.h      Tue Nov 30 22:32:08 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.11 1999/08/18 20:00:27 cgd Exp $ */
+/* $NetBSD: common.h,v 1.12 1999/11/30 22:32:08 thorpej Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -30,8 +30,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define        alpha_pal_imb() __asm__("imb")
-
 void           OSFpal __P((void));
 void           init_prom_calls __P((void));
 void           halt __P((void));



Home | Main Index | Thread Index | Old Index