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
45cd9084
Commit
45cd9084
authored
Mar 14, 2004
by
Keith M. Wesolowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge foobazco.org:/sources/2.5-sparc-smp
into foobazco.org:/sources/2.5-sparc-todave
parents
7e17c921
570242a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
arch/sparc/kernel/process.c
arch/sparc/kernel/process.c
+1
-0
sound/core/memalloc.c
sound/core/memalloc.c
+1
-1
No files found.
arch/sparc/kernel/process.c
View file @
45cd9084
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
#include <asm/processor.h>
#include <asm/processor.h>
#include <asm/psr.h>
#include <asm/psr.h>
#include <asm/elf.h>
#include <asm/elf.h>
#include <asm/unistd.h>
/*
/*
* Power management idle function
* Power management idle function
...
...
sound/core/memalloc.c
View file @
45cd9084
...
@@ -790,7 +790,7 @@ static int snd_mem_proc_read(char *page, char **start, off_t off,
...
@@ -790,7 +790,7 @@ static int snd_mem_proc_read(char *page, char **start, off_t off,
case
SNDRV_DMA_TYPE_SBUS
:
case
SNDRV_DMA_TYPE_SBUS
:
{
{
struct
sbus_dev
*
sdev
=
(
struct
sbus_dev
*
)(
mem
->
dev
.
dev
);
struct
sbus_dev
*
sdev
=
(
struct
sbus_dev
*
)(
mem
->
dev
.
dev
);
len
+=
sprintf
(
page
+
len
,
"SBUS [%x]"
,
s
bus
->
slot
);
len
+=
sprintf
(
page
+
len
,
"SBUS [%x]"
,
s
dev
->
slot
);
}
}
break
;
break
;
#endif
#endif
...
...
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