Date: Sun, 13 Jul 2003 21:21:12 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Nate Lawson <nate@root.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdMemory.c Message-ID: <20030714042112.GA80176@dhcp01.pn.xcllnt.net> In-Reply-To: <20030713210028.E15586@root.org> References: <20030714024221.DD3A937B441@hub.freebsd.org> <20030713210028.E15586@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 13, 2003 at 09:01:01PM -0700, Nate Lawson wrote: > On Sun, 13 Jul 2003, Marcel Moolenaar wrote: > > Modified files: > > sys/dev/acpica/Osd OsdMemory.c > > Log: > > Fix build breakage on ia64. The second argument of AcpiOsReadable() > > and AcpiOsWritable() have type ACPI_SIZE and not UINT32. > > > > Revision Changes Path > > 1.10 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c > > Thanks. I take it the differences between ia32 and ia64 caused this to > not generate a warning? Yes. On 32-bit platforms ACPI_SIZE is UINT32. On 64-bit platforms it's UINT64. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030714042112.GA80176>