Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210448
b: refs/heads/master
c: ed430fe
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Linus Torvalds committed Sep 10, 2010
1 parent 0509e57 commit 40f2644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 85a0fdfd0f967507f3903e8419bc7e408f5a59de
refs/heads/master: ed430fec756ad65f7cfba24f8ad17c3d5a403290
2 changes: 1 addition & 1 deletion trunk/fs/proc/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ u64 stable_page_flags(struct page *page)
u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison);
#endif

#ifdef CONFIG_IA64_UNCACHED_ALLOCATOR
#ifdef CONFIG_ARCH_USES_PG_UNCACHED
u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached);
#endif

Expand Down

0 comments on commit 40f2644

Please sign in to comment.