Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2011 21:33:26 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips machdep.c pmap.c
Message-ID:  <201102282133.p1SLXhNx093229@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2011-02-28 21:33:26 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        machdep.c pmap.c 
  Log:
  SVN rev 219106 on 2011-02-28 21:33:26Z by jchandra
  
  Use correct types and fromats for physical address
  
  - Use vm_paddr_t for pa in pmap_steal_memory()
  - Use uintmax_t and %jx to ensure that physical address are printed
    correctly in cpu_startup() and pmap_bootstrap()
  
  Revision  Changes    Path
  1.43      +8 -8      src/sys/mips/mips/machdep.c
  1.92      +3 -4      src/sys/mips/mips/pmap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102282133.p1SLXhNx093229>