git: acpi_wakeup - Mark used vars with attribute used

Alex Hornung alexh at crater.dragonflybsd.org
Thu Sep 3 02:54:17 PDT 2009


commit 11391b2f4d2181b7e78b0a1ba2ea7fda93efe263
Author: Alex Hornung <ahornung at gmail.com>
Date:   Thu Sep 3 08:57:34 2009 +0100

    acpi_wakeup - Mark used vars with attribute used
    
    * Mark obscurely used variables (such as variables only used from inside
      inline assembly) with __attribute__((used)).
      This also solves an issue with llvm/clang.

Summary of changes:
 sys/platform/pc32/acpica5/acpi_wakeup.c |   14 ++++++++------
 sys/platform/pc64/acpica5/acpi_wakeup.c |   14 ++++++++------
 2 files changed, 16 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/11391b2f4d2181b7e78b0a1ba2ea7fda93efe263


-- 
DragonFly BSD source repository





More information about the Commits mailing list