Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dc595eb9
Commit
dc595eb9
authored
Jul 13, 2003
by
Andy Grover
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ACPI: Update version, and other trivialities
parent
916e723b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
drivers/acpi/executer/exutils.c
drivers/acpi/executer/exutils.c
+1
-1
include/acpi/acconfig.h
include/acpi/acconfig.h
+1
-1
include/acpi/platform/acenv.h
include/acpi/platform/acenv.h
+5
-1
No files found.
drivers/acpi/executer/exutils.c
View file @
dc595eb9
...
...
@@ -290,7 +290,7 @@ acpi_ex_digits_needed (
* acpi_integer is unsigned, so we don't worry about a '-'
*/
if
((
current_value
=
value
)
==
0
)
{
return_VALUE
(
1
);
return_VALUE
(
1
);
}
num_digits
=
0
;
...
...
include/acpi/acconfig.h
View file @
dc595eb9
...
...
@@ -64,7 +64,7 @@
/* Version string */
#define ACPI_CA_VERSION 0x20030
619
#define ACPI_CA_VERSION 0x20030
714
/* Maximum objects in the various object caches */
...
...
include/acpi/platform/acenv.h
View file @
dc595eb9
...
...
@@ -134,6 +134,9 @@
#elif defined(__FreeBSD__)
#include "acfreebsd.h"
#elif defined(__NetBSD__)
#include "acnetbsd.h"
#elif defined(MODESTO)
#include "acmodesto.h"
...
...
@@ -187,13 +190,14 @@
#define DEBUGGER_SINGLE_THREADED 0
#define DEBUGGER_MULTI_THREADED 1
#ifndef DEBUGGER_THREADING
#ifdef ACPI_APPLICATION
#define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
#else
#define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
#endif
#endif
/* !DEBUGGER_THREADING */
/******************************************************************************
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment