summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-06-17 20:48:29 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-06-17 20:48:29 -0700
commit1f60ade2a44d22a67c75a165b70d66f9d4e0b76e (patch)
tree7a8bda4c45fb3e5d255a023b030137e3b6be87ee /include/linux/vmalloc.h
parent8509486ae776be099cbedb6c37c37741ddc20ad8 (diff)
parent3986594c6167a269053d3d88f17e53e0ca4023f8 (diff)
Merge master.kernel.org:/home/mingo/bk-sched
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 4051c031a976..9cc67b500368 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -13,6 +13,7 @@ struct vm_struct {
unsigned long flags;
void * addr;
unsigned long size;
+ unsigned long phys_addr;
struct vm_struct * next;
};
@@ -23,6 +24,8 @@ extern long vread(char *buf, char *addr, unsigned long count);
extern void vmfree_area_pages(unsigned long address, unsigned long size);
extern int vmalloc_area_pages(unsigned long address, unsigned long size,
int gfp_mask, pgprot_t prot);
+extern struct vm_struct *remove_kernel_area(void *addr);
+
/*
* Various ways to allocate pages.
*/