[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 10/10] xen/nodemask: Drop remaining refeces to linux
This file has now diverged completely from its Linux roots. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Wei Liu <wl@xxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Julien Grall <julien.grall@xxxxxxx> CC: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx> --- xen/include/xen/nodemask.h | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/xen/include/xen/nodemask.h b/xen/include/xen/nodemask.h index ed918e4a8d..be4016e571 100644 --- a/xen/include/xen/nodemask.h +++ b/xen/include/xen/nodemask.h @@ -1,11 +1,11 @@ -#ifndef __LINUX_NODEMASK_H -#define __LINUX_NODEMASK_H +#ifndef XEN_NODEMASK_H +#define XEN_NODEMASK_H /* * Nodemasks provide a bitmap suitable for representing the * set of Node's in a system, one bit position per Node number. * - * See detailed comments in the file linux/bitmap.h describing the + * See detailed comments in the file xen/bitmap.h describing the * data type on which these nodemasks are based. * * The available nodemask operations are: @@ -255,4 +255,13 @@ extern nodemask_t node_online_map; #define for_each_online_node(node) for_each_node_mask(node, &node_online_map) -#endif /* __LINUX_NODEMASK_H */ +#endif /* XEN_NODEMASK_H */ + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |