Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161629
b: refs/heads/master
c: fe87f94
h: refs/heads/master
i:
  161627: b3dbf21
v: v3
  • Loading branch information
Jesper Nilsson authored and Tejun Heo committed Jun 24, 2009
1 parent ed7528d commit 2dff565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 405d967dc70002991f8fc35c20e0d3cbc7614f63
refs/heads/master: fe87f94f341a4b4097285b46f003059b26eb59bf
3 changes: 2 additions & 1 deletion trunk/arch/cris/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
* registers like cr3 on the i386
*/

extern volatile DEFINE_PER_CPU(pgd_t *,current_pgd); /* defined in arch/cris/mm/fault.c */
/* defined in arch/cris/mm/fault.c */
DECLARE_PER_CPU(pgd_t *, current_pgd);

static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/cris/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern void die_if_kernel(const char *, struct pt_regs *, long);

/* current active page directory */

volatile DEFINE_PER_CPU(pgd_t *,current_pgd);
DEFINE_PER_CPU(pgd_t *, current_pgd);
unsigned long cris_signal_return_page;

/*
Expand Down

0 comments on commit 2dff565

Please sign in to comment.