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
556902cd
Commit
556902cd
authored
Oct 28, 2005
by
Tony Luck
Browse files
Options
Browse Files
Download
Plain Diff
Pull remove-sn-bist-lock into release branch
parents
5833f142
36735554
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
include/asm-ia64/sn/nodepda.h
include/asm-ia64/sn/nodepda.h
+0
-1
include/asm-ia64/sn/sn_sal.h
include/asm-ia64/sn/sn_sal.h
+0
-2
No files found.
include/asm-ia64/sn/nodepda.h
View file @
556902cd
...
...
@@ -55,7 +55,6 @@ struct nodepda_s {
*/
struct
phys_cpuid
phys_cpuid
[
NR_CPUS
];
spinlock_t
ptc_lock
____cacheline_aligned_in_smp
;
spinlock_t
bist_lock
;
};
typedef
struct
nodepda_s
nodepda_t
;
...
...
include/asm-ia64/sn/sn_sal.h
View file @
556902cd
...
...
@@ -692,12 +692,10 @@ sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array)
unsigned
long
irq_flags
;
cnodeid
=
nasid_to_cnodeid
(
get_node_number
(
paddr
));
// spin_lock(&NODEPDA(cnodeid)->bist_lock);
local_irq_save
(
irq_flags
);
ia64_sal_oemcall_nolock
(
&
ret_stuff
,
SN_SAL_MEMPROTECT
,
paddr
,
len
,
(
u64
)
nasid_array
,
perms
,
0
,
0
,
0
);
local_irq_restore
(
irq_flags
);
// spin_unlock(&NODEPDA(cnodeid)->bist_lock);
return
ret_stuff
.
status
;
}
#define SN_MEMPROT_ACCESS_CLASS_0 0x14a080
...
...
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