Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5583
b: refs/heads/master
c: 6ade43f
h: refs/heads/master
i:
  5581: a9e8610
  5579: a5346ea
  5575: 2c73feb
  5567: c22937a
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 2, 2005
1 parent 0af6f5e commit 56bcc2b
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: 39bbb07d7c0cf3e374831d1474e2246d9cabd931
refs/heads/master: 6ade43fbbcc3c12f0ddba112351d14d6c82ae476
2 changes: 1 addition & 1 deletion trunk/ipc/shm.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static struct vm_operations_struct shm_vm_ops = {
.open = shm_open, /* callback for a new vm-area open */
.close = shm_close, /* callback for when the vm-area is released */
.nopage = shmem_nopage,
#ifdef CONFIG_NUMA
#if defined(CONFIG_NUMA) && defined(CONFIG_SHMEM)
.set_policy = shmem_set_policy,
.get_policy = shmem_get_policy,
#endif
Expand Down

0 comments on commit 56bcc2b

Please sign in to comment.