Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include remove unused macro.
details: https://anonhg.NetBSD.org/src/rev/dca0c7ee50d0
branches: trunk
changeset: 526735:dca0c7ee50d0
user: uch <uch%NetBSD.org@localhost>
date: Thu May 09 12:31:38 2002 +0000
description:
remove unused macro.
diffstat:
sys/arch/sh3/include/psl.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ae8a09784b90 -r dca0c7ee50d0 sys/arch/sh3/include/psl.h
--- a/sys/arch/sh3/include/psl.h Thu May 09 12:31:19 2002 +0000
+++ b/sys/arch/sh3/include/psl.h Thu May 09 12:31:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.5 2002/04/28 17:10:36 uch Exp $ */
+/* $NetBSD: psl.h,v 1.6 2002/05/09 12:31:38 uch Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -61,7 +61,6 @@
#define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
#define KERNELMODE(sr) ((sr) & PSL_MD)
-#define USERMODE(sr) (!KERNELMODE(sr))
#ifdef _KERNEL
#ifndef _LOCORE
Home |
Main Index |
Thread Index |
Old Index