aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-09 22:19:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-18 16:04:03 -0700
commit27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5 (patch)
tree8596d6e79c02b7d0fd79d087bcd536c27b6d8d20
parenta937536b868b8369b98967929045f1df54234323 (diff)
downloadarm-platforms-27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5.tar.gz
staging: zcache: fix typo "64_BIT"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/zcache/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zcache/Kconfig b/drivers/staging/zcache/Kconfig
index 73582705e8c5bc..5c3714530961c5 100644
--- a/drivers/staging/zcache/Kconfig
+++ b/drivers/staging/zcache/Kconfig
@@ -15,7 +15,7 @@ config RAMSTER
depends on CONFIGFS_FS=y && SYSFS=y && !HIGHMEM && ZCACHE=y
depends on NET
# must ensure struct page is 8-byte aligned
- select HAVE_ALIGNED_STRUCT_PAGE if !64_BIT
+ select HAVE_ALIGNED_STRUCT_PAGE if !64BIT
default n
help
RAMster allows RAM on other machines in a cluster to be utilized