aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/io.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-26 20:03:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-26 20:03:34 +0000
commite79f9f9bf033cdf66422089c6bb3ffb309ec8650 (patch)
treed8899281dc9fd3beb0b0b73ddc5c9323e63f2b32 /xen/include/asm-x86/io.h
parenta61052ced78d6b7a6dec9447bbd91c376ff93dd5 (diff)
downloadxen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.tar.gz
xen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.tar.bz2
xen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.zip
bitkeeper revision 1.1108.1.29 (41056396oI8TDCaTvBdU_3II1cHF9Q)
Rename memory allocator interfaces in Xen to avoid conflicts with Linux namespace.
Diffstat (limited to 'xen/include/asm-x86/io.h')
-rw-r--r--xen/include/asm-x86/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/io.h b/xen/include/asm-x86/io.h
index c88648aa76..2d92fc9234 100644
--- a/xen/include/asm-x86/io.h
+++ b/xen/include/asm-x86/io.h
@@ -12,7 +12,7 @@
*
* The returned physical address is the physical (CPU) mapping for
* the memory address given. It is only valid to use this function on
- * addresses directly mapped or allocated via kmalloc.
+ * addresses directly mapped or allocated via xmalloc.
*
* This function does not give bus mappings for DMA transfers. In
* almost all conceivable cases a device driver should not be using