Date: Thu, 5 Jul 2012 15:23:45 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238130 - head/sys/arm/mv Message-ID: <201207051523.q65FNj6H080656@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Thu Jul 5 15:23:45 2012 New Revision: 238130 URL: http://svn.freebsd.org/changeset/base/238130 Log: Fix LINT. Obtained from: Juniper Networks, Inc. Modified: head/sys/arm/mv/mv_machdep.c Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Thu Jul 5 13:45:23 2012 (r238129) +++ head/sys/arm/mv/mv_machdep.c Thu Jul 5 15:23:45 2012 (r238130) @@ -498,7 +498,7 @@ initarm(struct arm_boot_params *abp) physmem = memsize / PAGE_SIZE; debugf("initarm: console initialized\n"); - debugf(" arg1 mdp = 0x%08x\n", (uint32_t)mdp); + debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp); debugf(" boothowto = 0x%08x\n", boothowto); printf(" dtbp = 0x%08x\n", (uint32_t)dtbp); print_kernel_section_addr();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207051523.q65FNj6H080656>