Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Remove duplicate END(y) macro
details: https://anonhg.NetBSD.org/src/rev/adcafb7020e6
branches: trunk
changeset: 327314:adcafb7020e6
user: matt <matt%NetBSD.org@localhost>
date: Tue Mar 04 15:27:58 2014 +0000
description:
Remove duplicate END(y) macro
diffstat:
sys/arch/arm/include/asm.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r fdfbca017a4d -r adcafb7020e6 sys/arch/arm/include/asm.h
--- a/sys/arch/arm/include/asm.h Tue Mar 04 15:24:38 2014 +0000
+++ b/sys/arch/arm/include/asm.h Tue Mar 04 15:27:58 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.26 2014/01/29 00:42:15 matt Exp $ */
+/* $NetBSD: asm.h,v 1.27 2014/03/04 15:27:58 matt Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -103,7 +103,6 @@
#define ARM_ENTRY_NP(y) _ARM_ENTRY(_C_LABEL(y))
#define THUMB_ENTRY(y) _THUMB_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
#define THUMB_ENTRY_NP(y) _THUMB_ENTRY(_C_LABEL(y))
-#define END(y) _END(_C_LABEL(y))
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
#define ASEND(y) _END(_ASM_LABEL(y))
Home |
Main Index |
Thread Index |
Old Index