Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57080
b: refs/heads/master
c: 5f81941
h: refs/heads/master
v: v3
  • Loading branch information
Martin Habets authored and David S. Miller committed May 29, 2007
1 parent 6bb69d6 commit d4b7398
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 6197fe4d720ea3e2ee94cdc7ef32d6c0151199de
refs/heads/master: 5f81941c9d47f783e834028dcfb8548809da5a53
7 changes: 7 additions & 0 deletions trunk/arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ config ARCH_HAS_ILOG2_U64
bool
default n

config EMULATED_CMPXCHG
bool
default y
help
Sparc32 does not have a CAS instruction like sparc64. cmpxchg()
is emulated, and therefore it is not completely atomic.

config SUN_PM
bool
default y
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
config DRM
tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
depends on (AGP || AGP=n) && PCI
depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG
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

0 comments on commit d4b7398

Please sign in to comment.