Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



sanjayl%NetBSD.org@localhost wrote:

>       src/sys/arch/powerpc/oea: cpu_subr.c oea_machdep.c ofw_subr.S pmap.c
 :
> Log Message:
> 1st cut of Powermac G5 support (uses bridge mode).

Is this printf intentional?
---
diff -u -p -r1.37 -r1.38
--- src/sys/arch/powerpc/oea/pmap.c     2006/05/13 04:04:45     1.37
+++ src/sys/arch/powerpc/oea/pmap.c     2006/08/05 21:26:49     1.38
 :
@@ -3216,6 +3386,7 @@ pmap_bootstrap(paddr_t kernelstart, padd
                                VM_FREELIST_DEFAULT);
                }
        }
+       printf("Done calling uvm_page_physload()\n");
 
        /*
         * Make sure kernel vsid is allocated as well as VSID 0.
---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index