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
nexedi
linux
Commits
ff52fb88
Commit
ff52fb88
authored
Feb 14, 2003
by
Alan Cox
Committed by
Jens Axboe
Feb 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] make the io-apic printk generate less junk mail
Also suggest bugzilla.kernel.org now not the mailing list
parent
0c6cbb6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
arch/i386/kernel/io_apic.c
arch/i386/kernel/io_apic.c
+3
-2
No files found.
arch/i386/kernel/io_apic.c
View file @
ff52fb88
...
...
@@ -1152,8 +1152,9 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector)
void
__init
UNEXPECTED_IO_APIC
(
void
)
{
printk
(
KERN_WARNING
" WARNING: unexpected IO-APIC, please mail
\n
"
);
printk
(
KERN_WARNING
" to linux-smp@vger.kernel.org
\n
"
);
printk
(
KERN_WARNING
"INFO: unexpected IO-APIC, please file a report at
\n
"
);
printk
(
KERN_WARNING
" http://bugzilla.kernel.org
\n
"
);
printk
(
KERN_WARNING
" if your kernel is less than 3 months old.
\n
"
);
}
void
__init
print_IO_APIC
(
void
)
...
...
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