git: 470fa204796d - stable/13 - ps3: Don't add $FreeBSD$ to generated file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 17:49:22 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=470fa204796dfdfda359fb562b71c53536161051
commit 470fa204796dfdfda359fb562b71c53536161051
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 07:30:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-23 17:43:18 +0000
ps3: Don't add $FreeBSD$ to generated file
Sponsored by: Netflix
(cherry picked from commit fba400ef51d5e5701f752000e62e3a9dd59ab751)
---
sys/powerpc/ps3/ps3-hv-asm.awk | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/powerpc/ps3/ps3-hv-asm.awk b/sys/powerpc/ps3/ps3-hv-asm.awk
index 8b8165bde66d..21241a82773e 100644
--- a/sys/powerpc/ps3/ps3-hv-asm.awk
+++ b/sys/powerpc/ps3/ps3-hv-asm.awk
@@ -9,7 +9,6 @@
# $FreeBSD$
BEGIN {
- printf("/* $FreeBSD$ */\n\n");
printf("#include <machine/asm.h>\n\n");
printf("#define hc .long 0x44000022\n\n");
}