From: Sang-Heon Jeon <ekffu200098@gmail.com>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: linux-trace-kernel@vger.kernel.org
Subject: [PATCH] tools/bootconfig: remove unused PAGE_SIZE macro
Date: Fri, 11 Sep 2026 01:31:50 +0900 [thread overview]
Message-ID: <20260910163155.1974118-1-ekffu200098@gmail.com> (raw)
PAGE_SIZE in tools/bootconfig has never been used, so remove the
definition.
No functional change.
Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
---
tools/bootconfig/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/bootconfig/main.c b/tools/bootconfig/main.c
index 7dc9fff9b637..2b4d9559159c 100644
--- a/tools/bootconfig/main.c
+++ b/tools/bootconfig/main.c
@@ -134,8 +134,6 @@ static void xbc_show_list(void)
}
}
-#define PAGE_SIZE 4096
-
static int load_xbc_fd(int fd, char **buf, int size)
{
int ret;
base-commit: 13e8b7707efcea3a401d242958ba0a392f227847
--
2.43.0
next reply other threads:[~2026-09-10 16:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 16:31 Sang-Heon Jeon [this message]
2026-09-11 14:29 ` [PATCH] tools/bootconfig: remove unused PAGE_SIZE macro Masami Hiramatsu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910163155.1974118-1-ekffu200098@gmail.com \
--to=ekffu200098@gmail.com \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox