Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze

* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: Fix asm/pgtable.h
microblaze: Fix missing pagemap.h

+5 -2
+4 -2
arch/microblaze/include/asm/pgtable.h
··· 444 444 *ptep = pte; 445 445 } 446 446 447 - static inline int ptep_test_and_clear_young(struct mm_struct *mm, 448 - unsigned long addr, pte_t *ptep) 447 + #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG 448 + static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, 449 + unsigned long address, pte_t *ptep) 449 450 { 450 451 return (pte_update(ptep, _PAGE_ACCESSED, 0) & _PAGE_ACCESSED) != 0; 451 452 } ··· 458 457 (_PAGE_DIRTY | _PAGE_HWWRITE), 0) & _PAGE_DIRTY) != 0; 459 458 } 460 459 460 + #define __HAVE_ARCH_PTEP_GET_AND_CLEAR 461 461 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, 462 462 unsigned long addr, pte_t *ptep) 463 463 {
+1
arch/microblaze/include/asm/tlb.h
··· 13 13 14 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) 15 15 16 + #include <linux/pagemap.h> 16 17 #include <asm-generic/tlb.h> 17 18 18 19 #ifdef CONFIG_MMU