Date: Sat, 16 May 2009 22:07:41 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r192226 - user/kmacy/ZFS_MFC/sys/amd64/include Message-ID: <200905162207.n4GM7f6s005518@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmacy Date: Sat May 16 22:07:41 2009 New Revision: 192226 URL: http://svn.freebsd.org/changeset/base/192226 Log: correct range in comment pointed out by alc Modified: user/kmacy/ZFS_MFC/sys/amd64/include/vmparam.h Modified: user/kmacy/ZFS_MFC/sys/amd64/include/vmparam.h ============================================================================== --- user/kmacy/ZFS_MFC/sys/amd64/include/vmparam.h Sat May 16 22:05:13 2009 (r192225) +++ user/kmacy/ZFS_MFC/sys/amd64/include/vmparam.h Sat May 16 22:07:41 2009 (r192226) @@ -154,7 +154,7 @@ * 0xffff800000000000 - 0xffff804020100fff recursive page table (512GB slot) * 0xffff804020101000 - 0xfffffeffffffffff unused * 0xffffff0000000000 - 0xffffff7fffffffff 512GB direct map mappings - * 0xfffffffe40000000 - 0xffffffffffffffff 512GB kernel map + * 0xffffff8000000000 - 0xffffffffffffffff 512GB kernel map * * Within the kernel map: *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905162207.n4GM7f6s005518>