cvs commit: src/sys/dev/acpica/Osd OsdMemory.c
Marcel Moolenaar
marcel at xcllnt.net
Sun Jul 13 21:21:14 PDT 2003
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 at xcllnt.net
More information about the cvs-src
mailing list