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
8fdb40a2
Commit
8fdb40a2
authored
Nov 03, 2002
by
Richard Henderson
Committed by
Richard Henderson
Nov 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc Alpha compilation fixes.
parent
14516324
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
arch/alpha/kernel/irq.c
arch/alpha/kernel/irq.c
+1
-1
include/asm-alpha/mman.h
include/asm-alpha/mman.h
+6
-4
include/linux/dcache.h
include/linux/dcache.h
+1
-0
No files found.
arch/alpha/kernel/irq.c
View file @
8fdb40a2
...
...
@@ -590,7 +590,7 @@ handle_irq(int irq, struct pt_regs * regs)
}
irq_enter
();
kstat_cpu
(
i
).
irqs
[
irq
]
++
;
kstat_cpu
(
cpu
).
irqs
[
irq
]
++
;
spin_lock_irq
(
&
desc
->
lock
);
/* mask also the higher prio events */
desc
->
handler
->
ack
(
irq
);
/*
...
...
include/asm-alpha/mman.h
View file @
8fdb40a2
...
...
@@ -19,11 +19,13 @@
#define _MAP_UNALIGNED 0x0800
/* These are linux-specific */
#define MAP_GROWSDOWN 0x1000
/* stack-like segment */
#define MAP_DENYWRITE 0x2000
/* ETXTBSY */
#define MAP_EXECUTABLE 0x4000
/* mark it as an executable */
#define MAP_LOCKED 0x8000
/* lock the mapping */
#define MAP_GROWSDOWN 0x
0
1000
/* stack-like segment */
#define MAP_DENYWRITE 0x
0
2000
/* ETXTBSY */
#define MAP_EXECUTABLE 0x
0
4000
/* mark it as an executable */
#define MAP_LOCKED 0x
0
8000
/* lock the mapping */
#define MAP_NORESERVE 0x10000
/* don't check for reservations */
#define MAP_POPULATE 0x20000
/* populate (prefault) pagetables */
#define MAP_NONBLOCK 0x40000
/* do not block on IO */
#define MS_ASYNC 1
/* sync memory asynchronously */
#define MS_SYNC 2
/* synchronous memory sync */
...
...
include/linux/dcache.h
View file @
8fdb40a2
...
...
@@ -7,6 +7,7 @@
#include <linux/mount.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/cache.h>
#include <asm/page.h>
/* for BUG() */
/*
...
...
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