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
ed8dff30
Commit
ed8dff30
authored
Aug 26, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Fix usage ("corrected" machine checks and platform errors,
not "correctable").
parent
b39e7c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/ia64/kernel/acpi.c
arch/ia64/kernel/acpi.c
+1
-1
include/asm-ia64/hw_irq.h
include/asm-ia64/hw_irq.h
+2
-2
No files found.
arch/ia64/kernel/acpi.c
View file @
ed8dff30
...
...
@@ -130,7 +130,7 @@ acpi_request_vector (u32 int_type)
int
vector
=
-
1
;
if
(
int_type
<
ACPI_MAX_PLATFORM_INTERRUPTS
)
{
/* correct
able
platform error interrupt */
/* correct
ed
platform error interrupt */
vector
=
platform_intr_list
[
int_type
];
}
else
printk
(
KERN_ERR
"acpi_request_vector(): invalid interrupt type
\n
"
);
...
...
include/asm-ia64/hw_irq.h
View file @
ed8dff30
...
...
@@ -39,9 +39,9 @@ typedef u8 ia64_vector;
* Vectors 0x10-0x1f are used for low priority interrupts, e.g. CMCI.
*/
#define IA64_CPEP_VECTOR 0x1c
/* corrected platform error polling vector */
#define IA64_CMCP_VECTOR 0x1d
/* correct
able
machine-check polling vector */
#define IA64_CMCP_VECTOR 0x1d
/* correct
ed
machine-check polling vector */
#define IA64_CPE_VECTOR 0x1e
/* corrected platform error interrupt vector */
#define IA64_CMC_VECTOR 0x1f
/* correct
able
machine-check interrupt vector */
#define IA64_CMC_VECTOR 0x1f
/* correct
ed
machine-check interrupt vector */
/*
* Vectors 0x20-0x2f are reserved for legacy ISA IRQs.
*/
...
...
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