cvs commit: src/sys/dev/acpica acpi_ec.c

Nate Lawson njl at FreeBSD.org
Fri Jul 2 12:49:44 PDT 2004


njl         2004-07-02 19:17:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  Get rid of the strict aliasing error by retrieving the ECDT via a table
  header pointer and then casting it to the ecdt pointer.  This fixes the
  -O2 build.  I'm unsure what changed recently to reveal this error since
  this code has been unchanged for months.
  
  Revision  Changes    Path
  1.57      +3 -2      src/sys/dev/acpica/acpi_ec.c


More information about the cvs-all mailing list