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
4143a413
Commit
4143a413
authored
Mar 18, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6
into nuts.davemloft.net:/disk1/BK/sparc-2.6
parents
dc5178fa
bce3bd85
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
arch/sparc/kernel/entry.S
arch/sparc/kernel/entry.S
+1
-1
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/entry.S
+1
-1
sound/sparc/cs4231.c
sound/sparc/cs4231.c
+2
-2
No files found.
arch/sparc/kernel/entry.S
View file @
4143a413
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#define curptr g6
#define curptr g6
#define NR_SYSCALLS 27
2
/* Each OS is different... */
#define NR_SYSCALLS 27
3
/* Each OS is different... */
/*
These
are
just
handy
.
*/
/*
These
are
just
handy
.
*/
#define _SV save %sp, -STACKFRAME_SZ, %sp
#define _SV save %sp, -STACKFRAME_SZ, %sp
...
...
arch/sparc64/kernel/entry.S
View file @
4143a413
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#define curptr g6
#define curptr g6
#define NR_SYSCALLS 27
2
/* Each OS is different... */
#define NR_SYSCALLS 27
3
/* Each OS is different... */
.
text
.
text
.
align
32
.
align
32
...
...
sound/sparc/cs4231.c
View file @
4143a413
...
@@ -1570,8 +1570,8 @@ int snd_cs4231_pcm(cs4231_t *chip)
...
@@ -1570,8 +1570,8 @@ int snd_cs4231_pcm(cs4231_t *chip)
#ifdef EBUS_SUPPORT
#ifdef EBUS_SUPPORT
if
(
chip
->
flags
&
CS4231_FLAG_EBUS
)
{
if
(
chip
->
flags
&
CS4231_FLAG_EBUS
)
{
snd_pcm_lib_preallocate_pages_for_all
(
pcm
,
SNDRV_DMA_TYPE_
PCI
,
snd_pcm_lib_preallocate_pages_for_all
(
pcm
,
SNDRV_DMA_TYPE_
DEV
,
snd_dma_pci_data
(
chip
->
dev_u
.
pdev
)
snd_dma_pci_data
(
chip
->
dev_u
.
pdev
)
,
64
*
1024
,
128
*
1024
);
64
*
1024
,
128
*
1024
);
}
else
{
}
else
{
#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