Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175799
b: refs/heads/master
c: 2d7cf3e
h: refs/heads/master
i:
  175797: c547368
  175795: 277b0af
  175791: a0b48be
v: v3
  • Loading branch information
Becky Bruce authored and Benjamin Herrenschmidt committed Nov 24, 2009
1 parent f2146a3 commit 5ead775
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c31629fd60037c5eb2b8fd0e6def9fe097fa28e
refs/heads/master: 2d7cf3ef879b22bdfd271aa3b66733c53279e813
11 changes: 11 additions & 0 deletions trunk/arch/powerpc/include/asm/kmap_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,16 @@ enum km_type {
KM_TYPE_NR
};

/*
* This is a temporary build fix that (so they say on lkml....) should no longer
* be required after 2.6.33, because of changes planned to the kmap code.
* Let's try to remove this cruft then.
*/
#ifdef CONFIG_DEBUG_HIGHMEM
#define KM_NMI (-1)
#define KM_NMI_PTE (-1)
#define KM_IRQ_PTE (-1)
#endif

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_KMAP_TYPES_H */

0 comments on commit 5ead775

Please sign in to comment.