Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116758
b: refs/heads/master
c: e798ba5
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Oct 20, 2008
1 parent cab0073 commit 66c37b5
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 653c03168348ac7aebb969931f87ba281749d7dd
refs/heads/master: e798ba57e9f423dddbf1bdeb20a62bdd0593890f
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
menuconfig DRM
tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && SHMEM
depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU
help
Kernel-level support for the Direct Rendering Infrastructure (DRI)
introduced in XFree86 4.0. If you say Y here, you need to select
Expand Down
1 change: 1 addition & 0 deletions trunk/mm/tiny-shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags)
put_memory:
return ERR_PTR(error);
}
EXPORT_SYMBOL_GPL(shmem_file_setup);

/**
* shmem_zero_setup - setup a shared anonymous mapping
Expand Down

0 comments on commit 66c37b5

Please sign in to comment.