[PATCH] Make CONFIG_BLOCKER X86 only

From: Daniel Walker
Date: Tue Jan 10 2006 - 19:05:51 EST


That's the only arch I know of that it compiles on.

Signed-Off-By: Daniel Walker <dwalker@xxxxxxxxxx>

Index: linux-2.6.15/drivers/char/Kconfig
===================================================================
--- linux-2.6.15.orig/drivers/char/Kconfig
+++ linux-2.6.15/drivers/char/Kconfig
@@ -722,7 +722,7 @@ config RTC_HISTOGRAM

config BLOCKER
tristate "Priority Inheritance Debugging (Blocker) Device Support"
- default y
+ default y if X86
---help---
If you say Y here then a device will be created that the userspace
pi_test suite uses to test and measure kernel locking primitives.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/