Merge commit 'origin/master' into next
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 18 Feb 2009 02:19:25 +0000 (13:19 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 18 Feb 2009 02:19:25 +0000 (13:19 +1100)
Manual merge of:
arch/powerpc/include/asm/pgtable-ppc32.h

1  2 
arch/powerpc/include/asm/pgtable-ppc32.h
arch/powerpc/mm/numa.c
drivers/watchdog/Kconfig
include/linux/pci_ids.h

@@@ -429,11 -429,10 +429,11 @@@ extern int icache_44x_need_flush
  #define PMD_PAGE_SIZE(pmd)    bad_call_to_PMD_PAGE_SIZE()
  #endif
  
- #define _PAGE_CHG_MASK        (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
 +#define _PAGE_HPTEFLAGS _PAGE_HASHPTE
 +
+ #define _PAGE_CHG_MASK        (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | \
+                        _PAGE_SPECIAL)
  
 -
  #define PAGE_PROT_BITS        (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
                         _PAGE_WRITETHRU | _PAGE_ENDIAN | \
                         _PAGE_USER | _PAGE_ACCESSED | \
Simple merge
Simple merge
Simple merge