Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29091
b: refs/heads/master
c: ec7381d
h: refs/heads/master
i:
  29089: ce709e9
  29087: c435b25
v: v3
  • Loading branch information
Len Brown authored and Len Brown committed Apr 1, 2006
1 parent 2d4c89b commit c01d513
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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: 8313524a0d466f451a62709aaedf988d8257b21c
refs/heads/master: ec7381d6bfd3e7b8d2880dd5e9d03b131b0603f6
8 changes: 0 additions & 8 deletions trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,14 +896,6 @@ u8 acpi_os_writable(void *ptr, acpi_size len)
}
#endif

u32 acpi_os_get_thread_id(void)
{
if (!in_atomic())
return current->pid;

return 0;
}

acpi_status acpi_os_signal(u32 function, void *info)
{
switch (function) {
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/acpi/platform/aclinux.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,8 @@

#define acpi_cpu_flags unsigned long

#define acpi_thread_id u32

static inline acpi_thread_id acpi_os_get_thread_id(void) { return 0; }

#endif /* __ACLINUX_H__ */

0 comments on commit c01d513

Please sign in to comment.