Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166207
b: refs/heads/master
c: f32af63
h: refs/heads/master
i:
  166205: dae0db1
  166203: a81afe6
  166199: 351bb6b
  166191: 1b8b872
  166175: e1d9536
  166143: e264567
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Sep 24, 2009
1 parent 511c5fd commit 398acf8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 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: 142597dbbd8a1d516af3dacfa00037f21612e865
refs/heads/master: f32af63ed1327451cb91e3816fa043b6c2c52db1
1 change: 1 addition & 0 deletions trunk/arch/powerpc/include/asm/pte-40x.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */
#define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */
#define _PAGE_USER 0x010 /* matches one of the zone permission bits */
#define _PAGE_SPECIAL 0x020 /* software: Special page */
#define _PAGE_RW 0x040 /* software: Writes permitted */
#define _PAGE_DIRTY 0x080 /* software: dirty page */
#define _PAGE_HWWRITE 0x100 /* hardware: Dirty & RW, set in exception */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/include/asm/pte-8xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */
#define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */
#define _PAGE_SHARED 0x0004 /* No ASID (context) compare */
#define _PAGE_SPECIAL 0x0008 /* SW entry, forced to 0 by the TLB miss */

/* These five software bits must be masked out when the entry is loaded
* into the TLB.
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/include/asm/pte-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
#ifndef _PAGE_WRITETHRU
#define _PAGE_WRITETHRU 0
#endif
#ifndef _PAGE_SPECIAL
#define _PAGE_SPECIAL 0
#endif
#ifndef _PAGE_4K_PFN
#define _PAGE_4K_PFN 0
#endif
Expand Down Expand Up @@ -179,7 +176,5 @@ extern unsigned long bad_call_to_PMD_PAGE_SIZE(void);
#define HAVE_PAGE_AGP

/* Advertise support for _PAGE_SPECIAL */
#ifdef _PAGE_SPECIAL
#define __HAVE_ARCH_PTE_SPECIAL
#endif

0 comments on commit 398acf8

Please sign in to comment.