Module Name: src Committed By: martin Date: Sun Jan 5 15:08:59 UTC 2025
Modified Files: src/sys/arch/riscv/include: asm.h Log Message: fix copy&pasto in previous To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/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/riscv/include/asm.h diff -u src/sys/arch/riscv/include/asm.h:1.9 src/sys/arch/riscv/include/asm.h:1.10 --- src/sys/arch/riscv/include/asm.h:1.9 Sat Jan 4 21:02:01 2025 +++ src/sys/arch/riscv/include/asm.h Sun Jan 5 15:08:59 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.9 2025/01/04 21:02:01 skrll Exp $ */ +/* $NetBSD: asm.h,v 1.10 2025/01/05 15:08:59 martin Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -125,7 +125,6 @@ #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \ .asciz "$" "NetBSD: " __FILE__ \ " " _NETBSD_REVISIONID " $"; \ - .asciz x; \ .popsection #else #define __RCSID(x) .pushsection ".ident","MS",@progbits,1; \