This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kernel - kcache2 minor cleanup


Index: kernel/current/tests/kcache2.c
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/kernel/current/tests/kcache2.c,v
retrieving revision 1.11
diff -u -5 -p -r1.11 kcache2.c
--- kernel/current/tests/kcache2.c	4 Jan 2003 03:23:16 -0000	1.11
+++ kernel/current/tests/kcache2.c	4 Jan 2003 12:56:59 -0000
@@ -393,11 +393,10 @@ static void test_dsync(void)
     CYG_TEST_CHECK(43 == aligned_p[HAL_DCACHE_LINE_SIZE], 
                    "memory didn't contain flushed data next block");
 
     HAL_DCACHE_INVALIDATE_ALL();
 
-    diag_printf("Data: %x %x\n", aligned_p[0], aligned_p[HAL_DCACHE_LINE_SIZE]);
     CYG_TEST_CHECK(42 == aligned_p[0],
                    "memory didn't contain flushed data after invalidate");
     CYG_TEST_CHECK(43 == aligned_p[HAL_DCACHE_LINE_SIZE], 
                    "memory didn't contain flushed data next block after invalidate");
 


-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary@mlbassoc.com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]