Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64059
b: refs/heads/master
c: 6f83419
h: refs/heads/master
i:
  64057: 0543269
  64055: 3807f83
v: v3
  • Loading branch information
Haavard Skinnemoen committed Aug 15, 2007
1 parent 7144543 commit 2522656
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e7f3bac95e0bdfd520e065c4a29aad46190fcc99
refs/heads/master: 6f834197a79d34d65ca44e9c77f2571edbcfb64b
4 changes: 1 addition & 3 deletions trunk/include/asm-avr32/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
#define FIRST_USER_ADDRESS 0

#define PTE_PHYS_MASK 0x1ffff000

#ifndef __ASSEMBLY__
extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
extern void paging_init(void);
Expand Down Expand Up @@ -265,7 +263,7 @@ static inline pte_t pte_mkyoung(pte_t pte)
* trivial.
*/
#define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT))
#define pte_page(x) phys_to_page(pte_val(x) & PTE_PHYS_MASK)
#define pte_page(x) (pfn_to_page(pte_pfn(x)))

/*
* Mark the prot value as uncacheable and unbufferable
Expand Down

0 comments on commit 2522656

Please sign in to comment.