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
eda7aa60
Commit
eda7aa60
authored
Nov 10, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://lia64.bkbits.net/to-linus-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
parents
ec004d58
25e6bed8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/ia64/kernel/irq.c
arch/ia64/kernel/irq.c
+1
-1
include/asm-ia64/pgtable.h
include/asm-ia64/pgtable.h
+2
-2
No files found.
arch/ia64/kernel/irq.c
View file @
eda7aa60
...
...
@@ -1039,7 +1039,7 @@ static int prof_cpu_mask_read_proc (char *page, char **start, off_t off,
if
(
count
<
HEX_DIGITS
+
1
)
return
-
EINVAL
;
for
(
k
=
0
;
k
<
sizeof
(
cpumask_t
)
/
sizeof
(
u
nsigned
long
);
++
k
)
{
for
(
k
=
0
;
k
<
sizeof
(
cpumask_t
)
/
sizeof
(
u
16
);
++
k
)
{
int
j
=
sprintf
(
page
,
"%04hx"
,
(
u16
)
cpus_coerce
(
*
mask
));
len
+=
j
;
page
+=
j
;
...
...
include/asm-ia64/pgtable.h
View file @
eda7aa60
...
...
@@ -63,8 +63,8 @@
#define _PAGE_FILE (1 << 1)
/* see swap & file pte remarks below */
#define _PFN_MASK _PAGE_PPN_MASK
/* Mask of bits which may be changed by pte_modify()
:
*/
#define _PAGE_CHG_MASK
_PAGE_AR_MASK
/* Mask of bits which may be changed by pte_modify()
; the odd bits are there for _PAGE_PROTNONE
*/
#define _PAGE_CHG_MASK
(_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
#define _PAGE_SIZE_4K 12
#define _PAGE_SIZE_8K 13
...
...
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