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
a52e8381
Commit
a52e8381
authored
Nov 08, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
parents
be9d1227
da160546
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
arch/sparc64/mm/fault.c
arch/sparc64/mm/fault.c
+1
-1
drivers/sbus/char/openprom.c
drivers/sbus/char/openprom.c
+3
-0
No files found.
arch/sparc64/mm/fault.c
View file @
a52e8381
...
...
@@ -109,7 +109,7 @@ static void bad_kernel_pc(struct pt_regs *regs)
* this. Additionally, to prevent kswapd from ripping ptes from
* under us, raise interrupts around the time that we look at the
* pte, kswapd will have to wait to get his smp ipi response from
* us.
This saves us having to get page_table_
lock.
* us.
vmtruncate likewise. This saves us having to get pte
lock.
*/
static
unsigned
int
get_user_insn
(
unsigned
long
tpc
)
{
...
...
drivers/sbus/char/openprom.c
View file @
a52e8381
...
...
@@ -596,6 +596,8 @@ static long openprom_compat_ioctl(struct file *file, unsigned int cmd,
lock_kernel
();
break
;
}
return
rval
;
}
static
int
openprom_open
(
struct
inode
*
inode
,
struct
file
*
file
)
...
...
@@ -623,6 +625,7 @@ static struct file_operations openprom_fops = {
.
owner
=
THIS_MODULE
,
.
llseek
=
no_llseek
,
.
ioctl
=
openprom_ioctl
,
.
compat_ioctl
=
openprom_compat_ioctl
,
.
open
=
openprom_open
,
.
release
=
openprom_release
,
};
...
...
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