changeset 3188:cb5a35f3fda4

Include CYGHWR_MEMORY_LAYOUT_H in order to effectively test memory size. Bug reported and fix suggested by Bernd Edlinger. [Bugzilla 1001650]
author vae
date Thu, 04 Oct 2012 07:40:45 +0000
parents 635199c996bc
children 068fbe2304f1
files packages/kernel/current/ChangeLog packages/kernel/current/tests/kcache2.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-04  Ilija Kocho <ilijak@siva.com.mk>
+
+	* tests/kcache2.c: Include CYGHWR_MEMORY_LAYOUT_H in order to
+	effectively test memory size. Bug reported and fix suggested by
+	Bernd Edlinger.                              [Bugzilla 1001650]
+
 2012-05-27  Ilija Kocho <ilijak@siva.com.mk>
 
 	* tests/kcache2.c: Allow comilation for targets with less then
--- a/packages/kernel/current/tests/kcache2.c
+++ b/packages/kernel/current/tests/kcache2.c
@@ -57,6 +57,7 @@
 
 #include <cyg/infra/diag.h>
 #include <cyg/hal/hal_cache.h>
+#include CYGHWR_MEMORY_LAYOUT_H
 
 // -------------------------------------------------------------------------