Mercurial > ecos
diff packages/compat/linux/current/ChangeLog @ 3181:e86882a128b7
* include/linux/kernel.h (jiffies): Use cyg_current_time(), not
a constant. JFFS2 at least uses it to occasionally vary behaviour.
Fixes bug #1001591.
| author | jlarmour |
|---|---|
| date | Sun, 27 May 2012 00:51:28 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
line wrap: on
line diff
--- a/packages/compat/linux/current/ChangeLog +++ b/packages/compat/linux/current/ChangeLog @@ -1,3 +1,9 @@ +2012-05-27 Jonathan Larmour <jifl@eCosCentric.com> + + * include/linux/kernel.h (jiffies): Use cyg_current_time(), not + a constant. JFFS2 at least uses it to occasionally vary behaviour. + Fixes bug #1001591. + 2005-09-21 Steven_cheng <05071@alphanetworks.com> * include/linux/types.h: Added unsigned types.
