debuggers.hg
diff xen/arch/x86/microcode.c @ 3664:8472fafee3cf
bitkeeper revision 1.1159.212.74 (42015ef3sPQp8pjeJAck1wBtTAYL9g)
Interface to typed allocator is now just xmalloc/xmalloc_array/xfree.
_xmalloc/_xmalloc_array are dead (or, at least, non-API).
Signed-off-by: keir.fraser@cl.cam.ac.uk
Interface to typed allocator is now just xmalloc/xmalloc_array/xfree.
_xmalloc/_xmalloc_array are dead (or, at least, non-API).
Signed-off-by: keir.fraser@cl.cam.ac.uk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 23:14:59 2005 +0000 (2005-02-02) |
parents | 0ef6e8e6e85d |
children | 07d5c9548534 |
line diff
1.1 --- a/xen/arch/x86/microcode.c Wed Feb 02 22:31:42 2005 +0000 1.2 +++ b/xen/arch/x86/microcode.c Wed Feb 02 23:14:59 2005 +0000 1.3 @@ -84,7 +84,7 @@ 1.4 #define DECLARE_MUTEX(_m) spinlock_t _m = SPIN_LOCK_UNLOCKED 1.5 #define down(_m) spin_lock(_m) 1.6 #define up(_m) spin_unlock(_m) 1.7 -#define vmalloc(_s) _xmalloc(_s) 1.8 +#define vmalloc(_s) ((void *)xmalloc(u8[_s])) 1.9 #define vfree(_p) xfree(_p) 1.10 #define num_online_cpus() smp_num_cpus 1.11 static inline int on_each_cpu(