forked from Imagelibrary/rtems
2007-03-28 Joel Sherrill <joel@OARcorp.com>
* page.c: Redo print to not have cvs conflict marker.
This commit is contained in:
@@ -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>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -452,7 +452,7 @@ int _CPU_display_memory_attribute(){
|
|||||||
|
|
||||||
regCr0.i = i386_get_cr0();
|
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("CR0 -> paging : %s\n",(regCr0.cr0.paging ? "ENABLE ":"DISABLE"));
|
||||||
printk(" page-level cache : %s\n\n",(regCr0.cr0.page_level_cache_disable ? "DISABLE":"ENABLE"));
|
printk(" page-level cache : %s\n\n",(regCr0.cr0.page_level_cache_disable ? "DISABLE":"ENABLE"));
|
||||||
|
|||||||
Reference in New Issue
Block a user