summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/ka650.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/ka650.h')
-rw-r--r--sys/arch/vax/include/ka650.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/include/ka650.h b/sys/arch/vax/include/ka650.h
index f941a5298cf..d9ec7c72b92 100644
--- a/sys/arch/vax/include/ka650.h
+++ b/sys/arch/vax/include/ka650.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka650.h,v 1.11 2008/08/18 23:07:24 miod Exp $ */
+/* $OpenBSD: ka650.h,v 1.12 2011/09/19 21:53:02 miod Exp $ */
/* $NetBSD: ka650.h,v 1.6 1997/07/26 10:12:43 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -171,7 +171,5 @@ struct ka650_ipcr {
/*
* Some useful macros
*/
-#define GETCPUTYPE(x) ((x >> 24) & 0xff)
-#define GETSYSSUBT(x) ((x >> 8) & 0xff)
#define GETFRMREV(x) ((x >> 16) & 0xff)
#define GETCODREV(x) (x & 0xff)