git: 2efc7bfbc251 - stable/15 - i386 minidump: Remove unused macros
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Mar 2026 14:44:05 UTC
The branch stable/15 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=2efc7bfbc2518ed6f6260d780255542affcb898b
commit 2efc7bfbc2518ed6f6260d780255542affcb898b
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-02-05 08:44:28 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-03-05 14:43:22 +0000
i386 minidump: Remove unused macros
No functional change (intended).
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 584c4e0abbfdbac355601491a695c7a8fd5d8ab3)
---
sys/i386/i386/minidump_machdep_base.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys/i386/i386/minidump_machdep_base.c b/sys/i386/i386/minidump_machdep_base.c
index 5abbca455fdb..6cb7b84b1f25 100644
--- a/sys/i386/i386/minidump_machdep_base.c
+++ b/sys/i386/i386/minidump_machdep_base.c
@@ -50,9 +50,6 @@
CTASSERT(sizeof(struct kerneldumpheader) == 512);
-#define MD_ALIGN(x) (((off_t)(x) + PAGE_MASK) & ~PAGE_MASK)
-#define DEV_ALIGN(x) roundup2((off_t)(x), DEV_BSIZE)
-
static struct kerneldumpheader kdh;
/* Handle chunked writes. */