aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/system.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2013-05-07 15:12:40 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-05-08 11:02:09 +0100
commitd1688bd8f94402f61a8d74cac908f05b5f5fbc88 (patch)
treee9f90cd2330d05c4ab4fb09f2e6a98395dbc24d3 /xen/include/asm-x86/system.h
parent6b0e8e43348a6b5548224ae8edc4907a60bf14d1 (diff)
downloadxen-d1688bd8f94402f61a8d74cac908f05b5f5fbc88.tar.gz
xen-d1688bd8f94402f61a8d74cac908f05b5f5fbc88.tar.bz2
xen-d1688bd8f94402f61a8d74cac908f05b5f5fbc88.zip
xen: move for_each_set_bit to xen/bitops.h
Move for_each_set_bit from asm-x86/bitops.h to xen/bitops.h. Replace #include <asm/bitops.h> with #include <xen/bitops.h> everywhere. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/system.h')
-rw-r--r--xen/include/asm-x86/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/system.h b/xen/include/asm-x86/system.h
index b0876d6262..6ab7d56fbd 100644
--- a/xen/include/asm-x86/system.h
+++ b/xen/include/asm-x86/system.h
@@ -2,7 +2,7 @@
#define __ASM_SYSTEM_H
#include <xen/lib.h>
-#include <asm/bitops.h>
+#include <xen/bitops.h>
#define read_segment_register(name) \
({ u16 __sel; \