~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/acpi/acpica/aclocal.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
#define ACPI_MAX_MUTEX                  7
90
90
#define ACPI_NUM_MUTEX                  ACPI_MAX_MUTEX+1
91
91
 
92
 
#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
93
 
#ifdef DEFINE_ACPI_GLOBALS
94
 
 
95
 
/* Debug names for the mutexes above */
96
 
 
97
 
static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = {
98
 
        "ACPI_MTX_Interpreter",
99
 
        "ACPI_MTX_Namespace",
100
 
        "ACPI_MTX_Tables",
101
 
        "ACPI_MTX_Events",
102
 
        "ACPI_MTX_Caches",
103
 
        "ACPI_MTX_Memory",
104
 
        "ACPI_MTX_CommandComplete",
105
 
        "ACPI_MTX_CommandReady"
106
 
};
107
 
 
108
 
#endif
109
 
#endif
110
 
 
111
92
/* Lock structure for reader/writer interfaces */
112
93
 
113
94
struct acpi_rw_lock {