* [PATCH] x86/mem_access: Fix up mem_access.h
@ 2014-04-09 1:26 Aravindh Puthiyaparambil
2014-04-13 20:30 ` Tim Deegan
0 siblings, 1 reply; 2+ messages in thread
From: Aravindh Puthiyaparambil @ 2014-04-09 1:26 UTC (permalink / raw)
To: xen-devel; +Cc: Tim Deegan, Keir Fraser, Jan Beulich
Fix filename in the description
Add double inclusion guard
Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
diff --git a/xen/include/asm-x86/mem_access.h b/xen/include/asm-x86/mem_access.h
index 88ae3fc..60c2834 100644
--- a/xen/include/asm-x86/mem_access.h
+++ b/xen/include/asm-x86/mem_access.h
@@ -1,5 +1,5 @@
/******************************************************************************
- * include/asm-x86/mem_paging.h
+ * include/asm-x86/mem_access.h
*
* Memory access support.
*
@@ -20,10 +20,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef _XEN_ASM_MEM_ACCESS_H
+#define _XEN_ASM_MEM_ACCESS_H
int mem_access_memop(struct domain *d, xen_mem_event_op_t *meo);
int mem_access_send_req(struct domain *d, mem_event_request_t *req);
+#endif /* _XEN_ASM_MEM_ACCESS_H */
/*
* Local variables:
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x86/mem_access: Fix up mem_access.h
2014-04-09 1:26 [PATCH] x86/mem_access: Fix up mem_access.h Aravindh Puthiyaparambil
@ 2014-04-13 20:30 ` Tim Deegan
0 siblings, 0 replies; 2+ messages in thread
From: Tim Deegan @ 2014-04-13 20:30 UTC (permalink / raw)
To: Aravindh Puthiyaparambil; +Cc: xen-devel, Keir Fraser, Jan Beulich
At 18:26 -0700 on 08 Apr (1396977997), Aravindh Puthiyaparambil wrote:
> Fix filename in the description
> Add double inclusion guard
>
> Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
Acked-by: Tim Deegan <tim@xen.org>
I'm (mostly) AFK this week; I'll commit this next week if nobody else
does in the meantime.
Cheers,
Tim.
> diff --git a/xen/include/asm-x86/mem_access.h b/xen/include/asm-x86/mem_access.h
> index 88ae3fc..60c2834 100644
> --- a/xen/include/asm-x86/mem_access.h
> +++ b/xen/include/asm-x86/mem_access.h
> @@ -1,5 +1,5 @@
> /******************************************************************************
> - * include/asm-x86/mem_paging.h
> + * include/asm-x86/mem_access.h
> *
> * Memory access support.
> *
> @@ -20,10 +20,13 @@
> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
> */
>
> +#ifndef _XEN_ASM_MEM_ACCESS_H
> +#define _XEN_ASM_MEM_ACCESS_H
>
> int mem_access_memop(struct domain *d, xen_mem_event_op_t *meo);
> int mem_access_send_req(struct domain *d, mem_event_request_t *req);
>
> +#endif /* _XEN_ASM_MEM_ACCESS_H */
>
> /*
> * Local variables:
> --
> 1.8.3.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-13 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 1:26 [PATCH] x86/mem_access: Fix up mem_access.h Aravindh Puthiyaparambil
2014-04-13 20:30 ` Tim Deegan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).