Mercurial > ecos-v3_0-branch
diff packages/compat/linux/current/ChangeLog @ 1712:1cb94172ea76
* include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid
compiler warnings.
* include/linux/list.h (list_for_each_entry): New macro needed for
latest jffs2 code.
| author | asl |
|---|---|
| date | Thu, 12 Aug 2004 21:32:39 +0000 |
| parents | 7a48ba3056e6 |
| children | f1b7f56dba25 |
line wrap: on
line diff
--- a/packages/compat/linux/current/ChangeLog +++ b/packages/compat/linux/current/ChangeLog @@ -1,3 +1,13 @@ +2004-08-12 Andrew Lunn <andrew.lunn@ascom.ch> + + * include/linux/spinlock.h: Add CYG_UNUSED_PARAM() calls to avoid + compiler warnings. + +2004-08-04 Gary Thomas <gary@mlbassoc.com> + + * include/linux/list.h (list_for_each_entry): New macro needed for + latest jffs2 code. + 2003-11-12 Thomas Koeller <thomas.koeller@baslerweb.com> * cdl/linux.cdl:
