All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair Francis <alistair.francis@wdc.com>
To: xen-devel@lists.xenproject.org
Cc: wei.liu2@citrix.com, Alistair Francis <alistair.francis@wdc.com>,
	ian.jackson@eu.citrix.com, alistair23@gmail.com
Subject: [PATCH 3/3] xen/rwlock: Include lib.h
Date: Wed, 15 May 2019 17:02:12 -0700	[thread overview]
Message-ID: <20190516000212.13468-3-alistair.francis@wdc.com> (raw)
In-Reply-To: <20190516000212.13468-1-alistair.francis@wdc.com>

Include lib.h to ensure that ASSERT() is defined.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 xen/include/xen/rwlock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/include/xen/rwlock.h b/xen/include/xen/rwlock.h
index 35657c56c4..131537348e 100644
--- a/xen/include/xen/rwlock.h
+++ b/xen/include/xen/rwlock.h
@@ -1,6 +1,7 @@
 #ifndef __RWLOCK_H__
 #define __RWLOCK_H__
 
+#include <xen/lib.h>
 #include <xen/spinlock.h>
 
 #include <asm/atomic.h>
-- 
2.21.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Alistair Francis <alistair.francis@wdc.com>
To: xen-devel@lists.xenproject.org
Cc: wei.liu2@citrix.com, Alistair Francis <alistair.francis@wdc.com>,
	ian.jackson@eu.citrix.com, alistair23@gmail.com
Subject: [Xen-devel] [PATCH 3/3] xen/rwlock: Include lib.h
Date: Wed, 15 May 2019 17:02:12 -0700	[thread overview]
Message-ID: <20190516000212.13468-3-alistair.francis@wdc.com> (raw)
Message-ID: <20190516000212.v_UWpur3wJoK8PYlfawsPZ1FrymeiiG5aiADZYKj02w@z> (raw)
In-Reply-To: <20190516000212.13468-1-alistair.francis@wdc.com>

Include lib.h to ensure that ASSERT() is defined.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 xen/include/xen/rwlock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/include/xen/rwlock.h b/xen/include/xen/rwlock.h
index 35657c56c4..131537348e 100644
--- a/xen/include/xen/rwlock.h
+++ b/xen/include/xen/rwlock.h
@@ -1,6 +1,7 @@
 #ifndef __RWLOCK_H__
 #define __RWLOCK_H__
 
+#include <xen/lib.h>
 #include <xen/spinlock.h>
 
 #include <asm/atomic.h>
-- 
2.21.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-05-16  0:04 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16  0:02 [PATCH 1/3] config.sub: Update config.sub to latest version Alistair Francis
2019-05-16  0:02 ` [Xen-devel] " Alistair Francis
2019-05-16  0:02 ` [PATCH 2/3] xen/drivers/char: Don't require vpl011 for all non-x86 archs Alistair Francis
2019-05-16  0:02   ` [Xen-devel] " Alistair Francis
2019-05-16 10:32   ` Jan Beulich
2019-05-16 10:32     ` [Xen-devel] " Jan Beulich
2019-05-16 19:30     ` Alistair Francis
2019-05-16 19:30       ` [Xen-devel] " Alistair Francis
2019-05-17  6:26       ` Jan Beulich
2019-05-17  6:26         ` [Xen-devel] " Jan Beulich
2019-05-17 22:02         ` Alistair Francis
2019-05-17 22:02           ` [Xen-devel] " Alistair Francis
2019-05-17  8:46       ` Julien Grall
2019-05-17  8:46         ` [Xen-devel] " Julien Grall
2019-05-17 22:01         ` Alistair Francis
2019-05-17 22:01           ` [Xen-devel] " Alistair Francis
2019-05-20  9:56           ` Julien Grall
2019-05-20  9:56             ` [Xen-devel] " Julien Grall
2019-05-16  0:02 ` Alistair Francis [this message]
2019-05-16  0:02   ` [Xen-devel] [PATCH 3/3] xen/rwlock: Include lib.h Alistair Francis
2019-05-16 10:34   ` Jan Beulich
2019-05-16 10:34     ` [Xen-devel] " Jan Beulich
2019-05-16 10:31 ` [PATCH 1/3] config.sub: Update config.sub to latest version Jan Beulich
2019-05-16 10:31   ` [Xen-devel] " Jan Beulich
2019-05-16 11:13   ` Olaf Hering
2019-05-16 11:13     ` [Xen-devel] " Olaf Hering
2019-05-16 11:39     ` Wei Liu
2019-05-16 11:39       ` [Xen-devel] " Wei Liu
2019-05-16 11:44       ` Olaf Hering
2019-05-16 11:44         ` [Xen-devel] " Olaf Hering
2019-05-16 12:47         ` Wei Liu
2019-05-16 12:47           ` [Xen-devel] " Wei Liu
2019-05-16 13:18       ` Olaf Hering
2019-05-16 13:18         ` [Xen-devel] " Olaf Hering
2019-05-16 13:30         ` Wei Liu
2019-05-16 13:30           ` [Xen-devel] " Wei Liu
2019-05-16 19:27           ` Alistair Francis
2019-05-16 19:27             ` [Xen-devel] " Alistair Francis
2019-05-17 16:37             ` Wei Liu
2019-05-17 16:37               ` [Xen-devel] " Wei Liu
2019-05-17 22:38               ` Alistair Francis
2019-05-17 22:38                 ` [Xen-devel] " Alistair Francis
2019-05-18  9:51                 ` Wei Liu
2019-05-18  9:51                   ` [Xen-devel] " Wei Liu
2019-05-16 19:25   ` Alistair Francis
2019-05-16 19:25     ` [Xen-devel] " Alistair Francis
2019-05-17 16:37     ` Wei Liu
2019-05-17 16:37       ` [Xen-devel] " Wei Liu

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=20190516000212.13468-3-alistair.francis@wdc.com \
    --to=alistair.francis@wdc.com \
    --cc=alistair23@gmail.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=wei.liu2@citrix.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.