summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-29 17:36:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-29 17:36:17 +0000
commit4ae9ae8aed4819283291ac0efa7db22b89a65dc9 (patch)
treed8586930370127abc87ae37c50bf009b6d43d845 /sys/arch/mips64
parent9068227eeb49d01ae519444fca6d90041fded691 (diff)
kill RCSID macros; discussed with millert
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/asm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mips64/include/asm.h b/sys/arch/mips64/include/asm.h
index cf055095288..2aa0124a33f 100644
--- a/sys/arch/mips64/include/asm.h
+++ b/sys/arch/mips64/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.23 2017/01/21 14:45:29 visa Exp $ */
+/* $OpenBSD: asm.h,v 1.24 2017/06/29 17:36:16 deraadt Exp $ */
/*
* Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -321,10 +321,6 @@ x: ; \
9: .asciiz msg; \
.text
-#define ASMSTR(str) \
- .asciiz str; \
- .align 3
-
#define LOAD_XKPHYS(reg, cca) \
li reg, cca | 0x10; \
dsll reg, reg, 59