All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Anastasio <sanastasio@raptorengineering.com>
To: xen-devel@lists.xenproject.org
Cc: tpearson@raptorengineering.com,
	Shawn Anastasio <sanastasio@raptorengineering.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [PATCH v4 1/6] xen/ppc: Introduce stub asm/static-shmem.h
Date: Thu, 11 Apr 2024 22:55:18 -0500	[thread overview]
Message-ID: <feadb431b4c7a13e803c342ed00c60a6415f2ceb.1712893887.git.sanastasio@raptorengineering.com> (raw)
In-Reply-To: <cover.1712893887.git.sanastasio@raptorengineering.com>

Required for bootfdt.c to build.

Signed-off-by: Shawn Anastasio <sanastasio@raptorengineering.com>
---
Changes in v4: none

 xen/arch/ppc/include/asm/static-shmem.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 xen/arch/ppc/include/asm/static-shmem.h

diff --git a/xen/arch/ppc/include/asm/static-shmem.h b/xen/arch/ppc/include/asm/static-shmem.h
new file mode 100644
index 0000000000..84370d6e6c
--- /dev/null
+++ b/xen/arch/ppc/include/asm/static-shmem.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier:  GPL-2.0-only */
+
+#ifndef __ASM_PPC_STATIC_SHMEM_H__
+#define __ASM_PPC_STATIC_SHMEM_H__
+
+static inline int process_shm_node(const void *fdt, int node,
+                                   uint32_t address_cells, uint32_t size_cells)
+{
+    return -EINVAL;
+}
+
+#endif /* __ASM_PPC_STATIC_SHMEM_H__ */
--
2.30.2



  reply	other threads:[~2024-04-12  3:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12  3:55 [PATCH v4 0/6] Early Boot Allocation on Power Shawn Anastasio
2024-04-12  3:55 ` Shawn Anastasio [this message]
2024-04-24 18:31   ` [PATCH v4 1/6] xen/ppc: Introduce stub asm/static-shmem.h Julien Grall
2024-04-12  3:55 ` [PATCH v4 2/6] xen/device-tree: Move Arm's setup.c bootinfo functions to common Shawn Anastasio
2024-04-18 15:04   ` Jan Beulich
2024-04-24 18:22   ` Julien Grall
2024-04-12  3:55 ` [PATCH v4 3/6] xen/common: Move Arm's bootfdt.c " Shawn Anastasio
2024-04-12  3:55 ` [PATCH v4 4/6] xen/ppc: Enable bootfdt and boot allocator Shawn Anastasio
2024-04-24 18:41   ` Julien Grall
2024-04-12  3:55 ` [PATCH v4 5/6] xen/ppc: mm-radix: Replace debug printing code with printk Shawn Anastasio
2024-04-12  3:55 ` [PATCH v4 6/6] xen/ppc: mm-radix: Allocate all paging structures at runtime Shawn Anastasio
2024-04-24 14:46   ` Jan Beulich

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=feadb431b4c7a13e803c342ed00c60a6415f2ceb.1712893887.git.sanastasio@raptorengineering.com \
    --to=sanastasio@raptorengineering.com \
    --cc=jbeulich@suse.com \
    --cc=tpearson@raptorengineering.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.