Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80201
b: refs/heads/master
c: 8a19da7
h: refs/heads/master
i:
  80199: d0bba3b
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent b272840 commit 8ac65fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c1c9356429741a82ff176d0f3400fb9e06b2a30
refs/heads/master: 8a19da7b7f16d8360e39035f6ab96686e835522b
6 changes: 3 additions & 3 deletions trunk/arch/x86/mm/fault_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ac65fb

Please sign in to comment.