debuggers.hg
changeset 651:75185d4cce5b
bitkeeper revision 1.339.1.3 (3f1286e8GdJUYMMP94RLDVbLhqS69Q)
xi_build.c:
Remove tracing from xi_build
xi_build.c:
Remove tracing from xi_build
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Mon Jul 14 10:33:12 2003 +0000 (2003-07-14) |
parents | f36f032527a0 |
children | fc9e10724592 |
files | tools/internal/xi_build.c |
line diff
1.1 --- a/tools/internal/xi_build.c Sat Jul 12 23:47:14 2003 +0000 1.2 +++ b/tools/internal/xi_build.c Mon Jul 14 10:33:12 2003 +0000 1.3 @@ -296,8 +296,6 @@ static int setup_guestos( 1.4 /* The last PTE we consider is filled in later by Xen. */ 1.5 if ( count == tot_pages ) break; 1.6 1.7 - printf("%lu: %08lx\n", count, page_array[count]); 1.8 - 1.9 if ( count < pt_start ) 1.10 { 1.11 pgt_updates->ptr = l1tab; 1.12 @@ -323,9 +321,6 @@ static int setup_guestos( 1.13 num_pgt_updates++; 1.14 } 1.15 1.16 - printf("XHDHFDHGFGHFGXXX\n"); 1.17 - sleep(4); 1.18 - 1.19 meminfo->virt_startinfo_addr = 1.20 virt_load_addr + ((alloc_index-1)<<PAGE_SHIFT); 1.21