mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] cache: provide <asm/cache.h> for x86 and sandbox as well
Date: Mon, 15 Dec 2025 09:50:58 +0100	[thread overview]
Message-ID: <20251215085059.2744440-1-a.fatoum@pengutronix.de> (raw)

This way we have a sync_caches_for_execution definition that can be used
for the EFI loader on all architectures.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/sandbox/include/asm/cache.h | 8 ++++++++
 arch/x86/include/asm/cache.h     | 8 ++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 arch/sandbox/include/asm/cache.h
 create mode 100644 arch/x86/include/asm/cache.h

diff --git a/arch/sandbox/include/asm/cache.h b/arch/sandbox/include/asm/cache.h
new file mode 100644
index 000000000000..65031c59f5d0
--- /dev/null
+++ b/arch/sandbox/include/asm/cache.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _ASM_SANDBOX_CACHE_H
+#define _ASM_SANDBOX_CACHE_H
+
+#include <asm-generic/cache.h>
+
+#endif
diff --git a/arch/x86/include/asm/cache.h b/arch/x86/include/asm/cache.h
new file mode 100644
index 000000000000..9f0abfa3e8fb
--- /dev/null
+++ b/arch/x86/include/asm/cache.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _ASM_X86_CACHE_H
+#define _ASM_X86_CACHE_H
+
+#include <asm-generic/cache.h>
+
+#endif
-- 
2.47.3




             reply	other threads:[~2025-12-15  8:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-15  8:50 Ahmad Fatoum [this message]
2025-12-15  9:14 ` Sascha Hauer

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=20251215085059.2744440-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.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