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
65ae2979
Commit
65ae2979
authored
May 04, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-ntfs.bkbits.net/linux-2.5-mm
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
d735821a
ecf0c915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
mm/memory.c
mm/memory.c
+1
-2
No files found.
mm/memory.c
View file @
65ae2979
...
...
@@ -874,7 +874,6 @@ static inline void remap_pte_range(pte_t * pte, unsigned long address, unsigned
end
=
PMD_SIZE
;
pfn
=
phys_addr
>>
PAGE_SHIFT
;
do
{
struct
page
*
page
;
pte_t
oldpage
=
ptep_get_and_clear
(
pte
);
if
(
!
pfn_valid
(
pfn
)
||
PageReserved
(
pfn_to_page
(
pfn
)))
...
...
@@ -1043,7 +1042,7 @@ static int do_wp_page(struct mm_struct *mm, struct vm_area_struct * vma,
bad_wp_page:
pte_unmap
(
page_table
);
spin_unlock
(
&
mm
->
page_table_lock
);
printk
(
"do_wp_page: bogus page at address %08lx (page 0x%lx)
\n
"
,
address
,(
unsigned
long
)
old_page
);
printk
(
KERN_ERR
"do_wp_page: bogus page at address %08lx
\n
"
,
address
);
return
-
1
;
no_mem:
page_cache_release
(
old_page
);
...
...
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