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
e27f8399
Commit
e27f8399
authored
Apr 25, 2003
by
Valdis Kletnieks
Committed by
Linus Torvalds
Apr 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpp cleanups for ia32/io_apic.c, sound/oss/trident.c
parent
b702f1c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/i386/kernel/io_apic.c
arch/i386/kernel/io_apic.c
+1
-1
sound/oss/trident.c
sound/oss/trident.c
+2
-2
No files found.
arch/i386/kernel/io_apic.c
View file @
e27f8399
...
...
@@ -269,7 +269,7 @@ static void set_ioapic_affinity (unsigned int irq, unsigned long mask)
# include <linux/slab.h>
/* kmalloc() */
# include <linux/timer.h>
/* time_after() */
# if CONFIG_BALANCED_IRQ_DEBUG
# if
def
CONFIG_BALANCED_IRQ_DEBUG
# define TDprintk(x...) do { printk("<%ld:%s:%d>: ", jiffies, __FILE__, __LINE__); printk(x); } while (0)
# define Dprintk(x...) do { TDprintk(x); } while (0)
# else
...
...
sound/oss/trident.c
View file @
e27f8399
...
...
@@ -206,7 +206,7 @@
#include <asm/io.h>
#include <asm/dma.h>
#if defined
CONFIG_ALPHA_NAUTILUS || CONFIG_ALPHA_GENERIC
#if defined
(CONFIG_ALPHA_NAUTILUS) || defined(CONFIG_ALPHA_GENERIC)
#include <asm/hwrpb.h>
#endif
...
...
@@ -4284,7 +4284,7 @@ static int __init trident_probe(struct pci_dev *pci_dev, const struct pci_device
if
(
card
->
revision
==
ALI_5451_V02
)
ali_close_multi_channels
();
/* edited by HMSEO for GT sound */
#if defined
CONFIG_ALPHA_NAUTILUS || CONFIG_ALPHA_GENERIC
#if defined
(CONFIG_ALPHA_NAUTILUS) || defined(CONFIG_ALPHA_GENERIC)
{
u16
ac97_data
;
extern
struct
hwrpb_struct
*
hwrpb
;
...
...
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