Module Name: src Committed By: matt Date: Tue Mar 4 15:27:58 UTC 2014
Modified Files: src/sys/arch/arm/include: asm.h Log Message: Remove duplicate END(y) macro To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/include/asm.h diff -u src/sys/arch/arm/include/asm.h:1.26 src/sys/arch/arm/include/asm.h:1.27 --- src/sys/arch/arm/include/asm.h:1.26 Wed Jan 29 00:42:15 2014 +++ src/sys/arch/arm/include/asm.h Tue Mar 4 15:27:58 2014 @@ -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))