2007-03-28 Joel Sherrill <joel@OARcorp.com>

* page.c: Redo print to not have cvs conflict marker.
This commit is contained in:
Joel Sherrill
2007-03-28 18:15:06 +00:00
parent e4f62d96b1
commit d7cefbf64b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-28 Joel Sherrill <joel@OARcorp.com>
* page.c: Redo print to not have cvs conflict marker.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -452,7 +452,7 @@ int _CPU_display_memory_attribute(){
regCr0.i = i386_get_cr0();
printk("\n\n >>>>>>>>> MEMORY CACHE CONFIGURATION <<<<<<<<<<\n\n");
printk("\n\n********* MEMORY CACHE CONFIGURATION *****\n");
printk("CR0 -> paging : %s\n",(regCr0.cr0.paging ? "ENABLE ":"DISABLE"));
printk(" page-level cache : %s\n\n",(regCr0.cr0.page_level_cache_disable ? "DISABLE":"ENABLE"));