projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1c935
)
x86: clean up arch/x86/mm/fault_64.c
author
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:32:53 +0000
(13:32 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:32:53 +0000
(13:32 +0100)
clean up arch/x86/mm/fault_64.c a bit.
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/mm/fault_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/fault_64.c
b/arch/x86/mm/fault_64.c
index dcf430bb62ee92a91f2a1f6ef9092a059115178a..058b04cb96d4d81b5dd0a8fc2f80f50335b120f9 100644
(file)
--- a/
arch/x86/mm/fault_64.c
+++ b/
arch/x86/mm/fault_64.c
@@
-39,10
+39,10
@@
* bit 3 == 1 means use of reserved bit detected
* bit 4 == 1 means fault was an instruction fetch
*/
-#define PF_PROT (1<<0)
+#define PF_PROT
(1<<0)
#define PF_WRITE (1<<1)
-#define PF_USER (1<<2)
-#define PF_RSVD (1<<3)
+#define PF_USER
(1<<2)
+#define PF_RSVD
(1<<3)
#define PF_INSTR (1<<4)
static inline int notify_page_fault(struct pt_regs *regs)