Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/include don't define __empty.
details: https://anonhg.NetBSD.org/src/rev/778dd5c09885
branches: trunk
changeset: 351260:778dd5c09885
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 08 16:14:08 2017 +0000
description:
don't define __empty.
diffstat:
sys/arch/ia64/include/cpu.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c74d0c593588 -r 778dd5c09885 sys/arch/ia64/include/cpu.h
--- a/sys/arch/ia64/include/cpu.h Wed Feb 08 16:13:40 2017 +0000
+++ b/sys/arch/ia64/include/cpu.h Wed Feb 08 16:14:08 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.13 2017/01/14 16:12:51 christos Exp $ */
+/* $NetBSD: cpu.h,v 1.14 2017/02/08 16:14:08 christos Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -149,7 +149,6 @@
#define TRAPF_CPL(tf) ((tf)->tf_special.psr & IA64_PSR_CPL)
#define TRAPF_USERMODE(tf) (TRAPF_CPL(tf) != IA64_PSR_CPL_KERN)
-#define __empty do { } while (/*CONSTCOND*/0)
/*
* Give a profiling tick to the current process when the user profiling
* buffer pages are invalid. XXX:Fixme.... On the ia64 I haven't yet figured
Home |
Main Index |
Thread Index |
Old Index