Mercurial > ecos-v3_0-branch
diff packages/compat/linux/current/ChangeLog @ 1880:f1b7f56dba25
* include/linux/spinlock.h (DEFINE_SPINLOCK): Added.
* include/linux/slab.h (vfree): Added vmalloc and vfree which map
to malloc and free.
* include/linux/rwsem.h: New file. eCos does not have read/write
semaphores so these are mapped to normal semaphores.
| author | asl |
|---|---|
| date | Sat, 22 Jan 2005 16:50:09 +0000 |
| parents | 1cb94172ea76 |
| children | 8015ad561ce5 |
line wrap: on
line diff
--- a/packages/compat/linux/current/ChangeLog +++ b/packages/compat/linux/current/ChangeLog @@ -1,3 +1,11 @@ +2005-01-22 Andrew Lunn <andrew.lunn@ascom.ch> + + * include/linux/spinlock.h (DEFINE_SPINLOCK): Added. + * include/linux/slab.h (vfree): Added vmalloc and vfree which map + to malloc and free. + * include/linux/rwsem.h: New file. eCos does not have read/write + semaphores so these are mapped to normal semaphores. + 2004-08-12 Andrew Lunn <andrew.lunn@ascom.ch> * include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
