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 Make ci_ipis volatile.



details:   https://anonhg.NetBSD.org/src/rev/6cde7f073764
branches:  trunk
changeset: 499460:6cde7f073764
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Nov 20 19:25:43 2000 +0000

description:
Make ci_ipis volatile.

diffstat:

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

diffs (18 lines):

diff -r a9cd5141c5d4 -r 6cde7f073764 sys/arch/alpha/include/cpu.h
--- a/sys/arch/alpha/include/cpu.h      Mon Nov 20 19:24:39 2000 +0000
+++ b/sys/arch/alpha/include/cpu.h      Mon Nov 20 19:25:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.46 2000/08/25 01:04:06 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.47 2000/11/20 19:25:43 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -131,7 +131,7 @@
        u_long ci_intrdepth;            /* interrupt trap depth */
 #if defined(MULTIPROCESSOR)
        u_long ci_flags;                /* flags; see below */
-       u_long ci_ipis;                 /* interprocessor interrupts pending */
+       __volatile u_long ci_ipis;      /* interprocessor interrupts pending */
 #endif
 };
 



Home | Main Index | Thread Index | Old Index