Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217639
b: refs/heads/master
c: 8f40f17
h: refs/heads/master
i:
  217637: c2d53cf
  217635: 11d30db
  217631: d167afb
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Oct 1, 2010
1 parent 2a9261e commit e31bb58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95abccb576c44bc593e05fa1245d0ad26ce6107b
refs/heads/master: 8f40f171a29d0d2ae1ca8bd4a0c3fc9f514d1e20
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/acpica/tbfadt.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
ACPI_MODULE_NAME("tbfadt")

/* Local prototypes */
static inline void
static ACPI_INLINE void
acpi_tb_init_generic_address(struct acpi_generic_address *generic_address,
u8 space_id, u8 byte_width, u64 address);

Expand Down Expand Up @@ -181,7 +181,7 @@ static struct acpi_fadt_pm_info fadt_pm_info_table[] = {
*
******************************************************************************/

static inline void
static ACPI_INLINE void
acpi_tb_init_generic_address(struct acpi_generic_address *generic_address,
u8 space_id, u8 byte_width, u64 address)
{
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/acpi/platform/acenv.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@
#define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE
#endif

/* "inline" keywords - configurable since inline is not standardized */

#ifndef ACPI_INLINE
#define ACPI_INLINE
#endif

/*
* Debugger threading model
* Use single threaded if the entire subsystem is contained in an application
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/acpi/platform/acgcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#ifndef __ACGCC_H__
#define __ACGCC_H__

#define ACPI_INLINE __inline__

/* Function name is used for debug output. Non-ANSI, compiler-dependent */

#define ACPI_GET_FUNCTION_NAME __func__
Expand Down

0 comments on commit e31bb58

Please sign in to comment.